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
|**in_role_arn**| String |The VPC's Cidr defining the range of available IP addresses| optional |
29
+
|**in_role_arn**| String |Pass if using an IAM role as the AWS access mechanism. | optional |
30
30
31
31
### What is the role arn?
32
32
33
33
If you are using an IAM role as the AWS access mechanism then pass it as in_role_arn commonly through an environment variable named **TF_VAR_in_role_arn** in addition to the usual AWS access key, secret key and default region parameters.
34
34
35
-
| -- Individuals and small businesses who don't have hundreds of AWS
36
-
| -- accounts can omit the variable and thanks to dynamic assignment
37
-
| -- the assume_role block will cease to exist.
38
-
35
+
Individuals and small businesses who don't have hundreds of AWS accounts can omit the variable and thanks to dynamic assignment the assume_role block will cease to exist.
0 commit comments