diff --git a/examples/attributes/README.md b/examples/attributes/README.md index 5201b17..5a69e53 100644 --- a/examples/attributes/README.md +++ b/examples/attributes/README.md @@ -1 +1,32 @@ # Example using attributes + +### Attributes output: +``` +Outputs: + +attributes = role-policy-use +environment = dev +id = dev-capme-role-policy-use +id_20 = dev-capme-role-poli +id_32 = dev-capme-role-policy-use +id_attr_20 = dev-role-policy-use +id_attr_32 = dev-capme-role-policy-use +id_env = dev-capme +id_org = dev-capme +name = capme +org_attr_20 = 3 +org_attr_32 = 9 +organization = corpxyz +tags = { + Component = UNDEF + Environment = dev + Monitor = UNDEF + Name = dev-capme-role-policy-use + Organization = corpxyz + Owner = UNDEF + Product = UNDEF + Service = UNDEF + Team = UNDEF + Terraform = true +} +``` diff --git a/examples/attributes/main.tf b/examples/attributes/main.tf index 90f3546..de53237 100644 --- a/examples/attributes/main.tf +++ b/examples/attributes/main.tf @@ -4,5 +4,4 @@ module "labels" { environment = "Dev" organization = "CorpXyZ" attributes = ["role", "policy", "use", ""] - autoscaling_group = true } diff --git a/examples/env/README.md b/examples/env/README.md index e1de047..64a3007 100644 --- a/examples/env/README.md +++ b/examples/env/README.md @@ -1 +1,32 @@ # Example using Environment namespace + +### Attributes output: +``` +Outputs: + +attributes = +environment = dev +id = dev-capme +id_20 = dev-capme +id_32 = dev-capme +id_attr_20 = dev-capme +id_attr_32 = dev-capme +id_env = dev-capme +id_org = dev-capme +name = capme +org_attr_20 = 9 +org_attr_32 = 9 +organization = corpxyz +tags = { + Component = UNDEF + Environment = dev + Monitor = UNDEF + Name = dev-capme + Organization = corpxyz + Owner = UNDEF + Product = UNDEF + Service = UNDEF + Team = UNDEF + Terraform = true +} +``` diff --git a/examples/labels/README.md b/examples/labels/README.md index 13dcc84..0be6d2f 100644 --- a/examples/labels/README.md +++ b/examples/labels/README.md @@ -1 +1,32 @@ # Example basic module use + +### Attributes output: +``` +Outputs: + +attributes = +environment = dev +id = dev-capme +id_20 = dev-capme +id_32 = dev-capme +id_attr_20 = dev-capme +id_attr_32 = dev-capme +id_env = dev-capme +id_org = dev-capme +name = capme +org_attr_20 = 9 +org_attr_32 = 9 +organization = corpxyz +tags = { + Component = UNDEF + Environment = dev + Monitor = UNDEF + Name = dev-capme + Organization = corpxyz + Owner = UNDEF + Product = UNDEF + Service = UNDEF + Team = UNDEF + Terraform = true +} +``` diff --git a/examples/org-env/README.md b/examples/org-env/README.md index 9a6f127..b2ca77e 100644 --- a/examples/org-env/README.md +++ b/examples/org-env/README.md @@ -1 +1,32 @@ # Example using both Environment and Organization name spaces + +### Attributes output: +``` +Outputs: + +attributes = +environment = dev +id = corpxyz-dev-capme +id_20 = corpxyz-dev-capme +id_32 = corpxyz-dev-capme +id_attr_20 = corpxyz-dev-capme +id_attr_32 = corpxyz-dev-capme +id_env = dev-capme +id_org = corpxyz-dev-capme +name = capme +org_attr_20 = 17 +org_attr_32 = 17 +organization = corpxyz +tags = { + Component = UNDEF + Environment = dev + Monitor = UNDEF + Name = corpxyz-dev-capme + Organization = corpxyz + Owner = UNDEF + Product = UNDEF + Service = UNDEF + Team = UNDEF + Terraform = true +} +``` diff --git a/examples/org/README.md b/examples/org/README.md index 67183ce..ff846e0 100644 --- a/examples/org/README.md +++ b/examples/org/README.md @@ -1 +1,32 @@ # Example using Organization namespace + +### Attributes output: +``` +Outputs: + +attributes = +environment = dev +id = corpxyz-capme +id_20 = corpxyz-capme +id_32 = corpxyz-capme +id_attr_20 = corpxyz-capme +id_attr_32 = corpxyz-capme +id_env = capme +id_org = corpxyz-capme +name = capme +org_attr_20 = 13 +org_attr_32 = 13 +organization = corpxyz +tags = { + Component = UNDEF + Environment = dev + Monitor = UNDEF + Name = corpxyz-capme + Organization = corpxyz + Owner = UNDEF + Product = UNDEF + Service = UNDEF + Team = UNDEF + Terraform = true +} +``` diff --git a/examples/tags-full/README.md b/examples/tags-full/README.md index b2dfef6..c692409 100644 --- a/examples/tags-full/README.md +++ b/examples/tags-full/README.md @@ -1 +1,33 @@ # Example with all tags defined + +### Attributes output: +``` +Outputs: + +attributes = 8080 +environment = dev +id = dev-capme-8080 +id_20 = dev-capme-8080 +id_32 = dev-capme-8080 +id_attr_20 = dev-capme-8080 +id_attr_32 = dev-capme-8080 +id_env = dev-capme +id_org = dev-capme +name = capme +org_attr_20 = 9 +org_attr_32 = 9 +organization = corpxyz +tags = { + Component = Component A + Environment = dev + Key = Value + Monitor = Monitor Datadog + Name = dev-capme-8080 + Organization = corpxyz + Owner = Freddy + Product = Product 1 + Service = Service 1 + Team = Backend developers + Terraform = true +} +``` diff --git a/examples/tags/README.md b/examples/tags/README.md index 99fb9a8..0accd02 100644 --- a/examples/tags/README.md +++ b/examples/tags/README.md @@ -1 +1,33 @@ # Example with additional tags + +### Attributes output: +``` +Outputs: + +attributes = 8080 +environment = dev +id = dev-capme-8080 +id_20 = dev-capme-8080 +id_32 = dev-capme-8080 +id_attr_20 = dev-capme-8080 +id_attr_32 = dev-capme-8080 +id_env = dev-capme +id_org = dev-capme +name = capme +org_attr_20 = 9 +org_attr_32 = 9 +organization = corpxyz +tags = { + Component = UNDEF + Environment = dev + Key = Value + Monitor = UNDEF + Name = dev-capme-8080 + Organization = corpxyz + Owner = UNDEF + Product = UNDEF + Service = UNDEF + Team = UNDEF + Terraform = true +} +```