This repository was archived by the owner on Jan 31, 2021. It is now read-only.
File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest re
52
52
53
53
``` hcl
54
54
module "cloudwatch_agent" {
55
- source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
55
+ source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
56
56
57
- name = "cloudwatch_agent"
57
+ name = "cloudwatch_agent"
58
58
}
59
59
60
60
resource "aws_launch_configuration" "multipart" {
@@ -76,11 +76,11 @@ resource "aws_launch_configuration" "multipart" {
76
76
77
77
``` hcl
78
78
module "cloudwatch_agent" {
79
- source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
79
+ source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
80
80
81
- name = "cloudwatch_agent"
82
- environment = "dev"
83
- namespace = "eg"
81
+ name = "cloudwatch_agent"
82
+ stage = "dev"
83
+ namespace = "eg"
84
84
85
85
metrics_config = "advanced"
86
86
userdata_part_content = "${data.template_file.cloud-init.rendered}"
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ usage: |-
106
106
107
107
```hcl
108
108
module "cloudwatch_agent" {
109
- source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
109
+ source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
110
110
111
- name = "cloudwatch_agent"
111
+ name = "cloudwatch_agent"
112
112
}
113
113
114
114
resource "aws_launch_configuration" "multipart" {
@@ -130,11 +130,11 @@ usage: |-
130
130
131
131
```hcl
132
132
module "cloudwatch_agent" {
133
- source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
133
+ source = "git::https://github.com/cloudposse/terraform-aws-cloudwatch-agent?ref=master"
134
134
135
- name = "cloudwatch_agent"
136
- environment = "dev"
137
- namespace = "eg"
135
+ name = "cloudwatch_agent"
136
+ stage = "dev"
137
+ namespace = "eg"
138
138
139
139
metrics_config = "advanced"
140
140
userdata_part_content = "${data.template_file.cloud-init.rendered}"
You can’t perform that action at this time.
0 commit comments