ssm-agent

bailey84j/ssm-agent/kubernetes

Terraform Module HCL KUBERNETES

Terraform module which deploys AWS SSM

Install
module "ssm-agent" {
source = "bailey84j/ssm-agent/kubernetes"
version = "1.0.1"
}
plain text: /constructs/tfmod-bailey84j-ssm-agent-kubernetes/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-kubernetes-ssm-agent Terraform module which deploys AWS SSM ![tflint](https://github.com/bailey84j/terraform-kubernetes-ssm-agent/actions/workflows/tflint.yml) ![LICENSE](https://github.com/bailey84j/terraform-kubernetes-ssm-agent/blob/master/LICENSE) ![Terraform](https://www.terraform.io/downloads) Examples | Example | Description | Status| |---------|-------------|-------| | Standard| Deploying SSM Agent using the default settings|![Standard-Deployment](https://github.com/bailey84j/terraform-kubernetes-ssm-agent/actions/workflows/standard-deployment.yml) | Custom| Customising the deployment to use a different name and namespace| ![Custom-Deployment](https://github.com/bailey84j/terraform-kubernetes-ssm-agent/actions/workflows/custom-deployment.yml) Contributing Report issues/qu

Inputs (3)
NameTypeDescriptionDefault
namestringThe name of the ssm daemonset"ssm"
create_namespaceboolDetermines whether to create a new kubernetes namespace for the deploymentfalse
namespacestringThe namespace to place the daemonset"kube-system"
Resources (2)
kubernetes_daemonsetkubernetes_namespace
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud KUBERNETES
★ Stars1
Forks0
Total downloads4.2k
Inputs3
Resources2
Examples2
LicenseApache-2.0
Namespacebailey84j
Updated