File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This module creates following resources:
13
13
14
14
15
15
### Usage
16
- ```
16
+ ``` hcl
17
17
module "app_cluster" {
18
18
source = "git::https://github.com/gaussb-labs/terraform-aws-ecs-cluster-module.git?ref=v1.1.2"
19
19
environment = "production"
@@ -23,15 +23,15 @@ module "app_cluster" {
23
23
name = "java_application"
24
24
image_id = "ami-040d909ea4e56f8f3"
25
25
instance_type = "t3a.medium"
26
- user_data_base64 = <base64 encoded userdata>
26
+ user_data_base64 = ""
27
27
iam_instance_profile_name = "ecs_agent_access_instance_profile"
28
28
security_group_ids = ["sg-01", "sg-02"]
29
29
},
30
30
{
31
31
name = "rails_application"
32
32
image_id = "ami-040d909ea4e56f8f3"
33
33
instance_type = "t3a.medium"
34
- user_data_base64 = <base64 encoded userdata>
34
+ user_data_base64 = ""
35
35
iam_instance_profile_name = "ecs_agent_access_instance_profile"
36
36
security_group_ids = ["sg-03", "sg-04"]
37
37
}
You can’t perform that action at this time.
0 commit comments