You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: aws-acm-cert/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ module "cert" {
41
41
|------|-------------|------|---------|:-----:|
42
42
| allow\_validation\_record\_overwrite | Allow the overwrite of validation records. This is needed if you are creating certificates in multiple regions. |`string`|`true`| no |
Copy file name to clipboardexpand all lines: aws-aurora-mysql/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ No provider.
41
41
|------|-------------|------|---------|:-----:|
42
42
| apply\_immediately | If false changes will not be applied until next maintenance window. |`string`|`false`| no |
43
43
| backtrack\_window | Turns on Backgrack for this many seconds. [Doc](https://aws.amazon.com/blogs/aws/amazon-aurora-backtrack-turn-back-time/)|`string`|`0`| no |
44
-
| ca\_cert\_identifier | Identifier for the certificate authority. 9 is the latest available version. |`string`|`"rds-ca-2019"`| no |
44
+
| ca\_cert\_identifier | Identifier for the certificate authority. rds-ca-2019 is the latest available version. |`string`|`"rds-ca-2019"`| no |
45
45
| database\_name | The name of the database to be created in the cluster. |`string`| n/a | yes |
46
46
| database\_password | Password for user that will be created. |`string`| n/a | yes |
47
47
| database\_subnet\_group | The name of an existing database subnet group to use. |`string`| n/a | yes |
48
48
| database\_username | Default user to be created. |`string`| n/a | yes |
49
49
| db\_deletion\_protection | n/a |`string`|`false`| no |
Copy file name to clipboardexpand all lines: aws-ecs-service-fargate/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -166,12 +166,12 @@ service = false` argument can be removed.
166
166
| extra\_tags | Extra tags that will be added to components created by this module. |`map(string)`|`{}`| no |
167
167
| health\_check\_grace\_period\_seconds | Seconds to ignore failing load balancer health checks on newly instantiated tasks to prevent premature shutdown, up to 7200. |`number`|`60`| no |
168
168
| health\_check\_interval | Time between health checks of the underlying service. |`number`| n/a | yes |
169
-
| health\_check\_matcher | Range of HTTP status codes considered success for health checks. [Doc](https://www.terraform.io/docs/providers/aws/r/lb\_target\_group.html#matcher)|`string`|`"200-399"`| no |
169
+
| health\_check\_matcher | Range of HTTP status codes considered success for health checks. [Doc](https://www.terraform.io/docs/providers/aws/r/lb_target_group.html#matcher)|`string`|`"200-399"`| no |
170
170
| health\_check\_path | n/a |`string`|`"/"`| no |
171
171
| health\_check\_timeout | Timeout for a health check of the underlying service. |`number`| n/a | yes |
172
172
| internal\_lb | n/a |`bool`|`false`| no |
173
173
| lb\_idle\_timeout\_seconds | n/a |`number`|`60`| no |
174
-
| lb\_ingress\_cidrs | n/a |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]<br></pre> | no |
174
+
| lb\_ingress\_cidrs | n/a |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
175
175
| lb\_ingress\_security\_group\_ids | n/a |`list(string)`|`[]`| no |
176
176
| lb\_subnets | List of subnets in which to deploy the load balancer. |`list(string)`| n/a | yes |
177
177
| manage\_task\_definition | If false, Terraform will not touch the task definition for the ECS service after initial creation |`bool`|`true`| no |
@@ -186,7 +186,7 @@ service = false` argument can be removed.
186
186
| subdomain | Subdomain in the zone. Final domain name will be subdomain.zone |`string`| n/a | yes |
187
187
| tag\_service | Apply cost tags to the ECS service. Only specify false for backwards compatibility with old ECS services. |`bool`|`true`| no |
188
188
| task\_definition | JSON to describe task. If omitted, defaults to a stub task that is expected to be managed outside of Terraform. |`string`| n/a | yes |
189
-
| task\_egress\_cidrs | CIDRs the task is allowed to communicate with for outbound traffic. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]<br></pre> | no |
189
+
| task\_egress\_cidrs | CIDRs the task is allowed to communicate with for outbound traffic. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
190
190
| task\_egress\_security\_group\_ids | Security groups the task is allowed to communicate with for outbound traffic. Only used if awsvpc\_network is true. |`list(string)`|`[]`| no |
191
191
| task\_role\_arn | n/a |`string`| n/a | yes |
192
192
| task\_subnets | List of subnets in which to deploy the task for awsvpc networking mode. |`list(string)`|`[]`| no |
Copy file name to clipboardexpand all lines: aws-ecs-service/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -158,12 +158,12 @@ service = false` argument can be removed.
158
158
| extra\_tags | Extra tags that will be added to components created by this module. |`map(string)`|`{}`| no |
159
159
| health\_check\_grace\_period\_seconds | Seconds to ignore failing load balancer health checks on newly instantiated tasks to prevent premature shutdown, up to 7200. |`number`|`60`| no |
160
160
| health\_check\_interval | Time between health checks of the underlying service. |`number`| n/a | yes |
161
-
| health\_check\_matcher | Range of HTTP status codes considered success for health checks. [Doc](https://www.terraform.io/docs/providers/aws/r/lb\_target\_group.html#matcher)|`string`|`"200-399"`| no |
161
+
| health\_check\_matcher | Range of HTTP status codes considered success for health checks. [Doc](https://www.terraform.io/docs/providers/aws/r/lb_target_group.html#matcher)|`string`|`"200-399"`| no |
162
162
| health\_check\_path | n/a |`string`|`"/"`| no |
163
163
| health\_check\_timeout | Timeout for a health check of the underlying service. |`number`| n/a | yes |
164
164
| internal\_lb | n/a |`bool`|`false`| no |
165
165
| lb\_idle\_timeout\_seconds | n/a |`number`|`60`| no |
166
-
| lb\_ingress\_cidrs | n/a |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]<br></pre> | no |
166
+
| lb\_ingress\_cidrs | n/a |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
167
167
| lb\_ingress\_security\_group\_ids | n/a |`list(string)`|`[]`| no |
168
168
| lb\_subnets | List of subnets in which to deploy the load balancer. |`list(string)`| n/a | yes |
169
169
| manage\_task\_definition | If false, Terraform will not touch the task definition for the ECS service after initial creation |`bool`|`true`| no |
@@ -178,7 +178,7 @@ service = false` argument can be removed.
178
178
| subdomain | Subdomain in the zone. Final domain name will be subdomain.zone |`string`| n/a | yes |
179
179
| tag\_service | Apply cost tags to the ECS service. Only specify false for backwards compatibility with old ECS services. |`bool`|`true`| no |
180
180
| task\_definition | JSON to describe task. If omitted, defaults to a stub task that is expected to be managed outside of Terraform. |`string`| n/a | yes |
181
-
| task\_egress\_cidrs | CIDR blocks the task is allowed to communicate with for outbound traffic. Only used if awsvpc\_network\_mode is true. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]<br></pre> | no |
181
+
| task\_egress\_cidrs | CIDR blocks the task is allowed to communicate with for outbound traffic. Only used if awsvpc\_network\_mode is true. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
182
182
| task\_egress\_security\_group\_ids | Security groups the task is allowed to communicate with for outbound traffic. Only used if awsvpc\_network\_mode is true. |`list(string)`|`[]`| no |
183
183
| task\_role\_arn | n/a |`string`| n/a | yes |
184
184
| task\_subnets | List of subnets in which to deploy the task for awsvpc networking mode. Only used if awsvpc\_network\_mode is true. |`list(string)`|`[]`| no |
Copy file name to clipboardexpand all lines: aws-iam-role-cloudfront-poweruser/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This module will create a role which is granted poweruser control over AWS Cloud
15
15
|------|-------------|------|---------|:-----:|
16
16
| iam\_path | n/a |`string`|`"/"`| no |
17
17
| role\_name | Name of the role to create |`string`| n/a | yes |
18
-
| s3\_bucket\_prefixes | Limits role permissions to buckets with specific prefixes. Empty for all buckets. |`list`| <pre>[<br> ""<br>]<br></pre> | no |
18
+
| s3\_bucket\_prefixes | Limits role permissions to buckets with specific prefixes. Empty for all buckets. |`list`| <pre>[<br> ""<br>]</pre> | no |
19
19
| saml\_idp\_arn | The AWS SAML IDP arn to establish a trust relationship. Ignored if empty or not provided. |`string`|`""`| no |
20
20
| source\_account\_id | The source AWS account to establish a trust relationship. Ignored if empty or not provided. |`string`|`""`| no |
Copy file name to clipboardexpand all lines: aws-iam-role-crossacct/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ module "group" {
28
28
| Name | Description | Type | Default | Required |
29
29
|------|-------------|------|---------|:-----:|
30
30
| iam\_path | The IAM path to put this role in. |`string`|`"/"`| no |
31
-
| oidc | A list of AWS OIDC IDPs to establish a trust relationship for this role. | <pre>list(object(<br> {<br> idp_arn : string, # the AWS IAM IDP arn<br> client_ids : list(string), # a list of oidc client ids<br> provider : string # your provider url, such as foo.okta.com<br> }<br> ))<br></pre> |`[]`| no |
31
+
| oidc | A list of AWS OIDC IDPs to establish a trust relationship for this role. | <pre>list(object(<br> {<br> idp_arn : string, # the AWS IAM IDP arn<br> client_ids : list(string), # a list of oidc client ids<br> provider : string # your provider url, such as foo.okta.com<br> }<br> ))</pre> |`[]`| no |
32
32
| role\_name | The name of the role. |`string`| n/a | yes |
33
33
| saml\_idp\_arn | The AWS SAML IDP arn to establish a trust relationship. Ignored if empty or not provided. |`string`|`""`| no |
34
34
| source\_account\_id | The source AWS account to establish a trust relationship. Ignored if empty or not provided. |`string`|`""`| no |
0 commit comments