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: docs/data-sources/ssm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ provider "postgresql" {
44
44
45
45
-`ssm_profile` (String) AWS profile name as set in credentials files. Can also be set using either the environment variables `AWS_PROFILE` or `AWS_DEFAULT_PROFILE`.
46
46
-`ssm_region` (String) AWS Region where the instance is located. The Region must be set. Can also be set using either the environment variables `AWS_REGION` or `AWS_DEFAULT_REGION`.
47
+
-`ssm_role_arn` (String) ARN of an IAM role to assume.
Copy file name to clipboardExpand all lines: docs/ephemeral-resources/ssm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ provider "postgresql" {
44
44
45
45
-`ssm_profile` (String) AWS profile name as set in credentials files. Can also be set using either the environment variables `AWS_PROFILE` or `AWS_DEFAULT_PROFILE`.
46
46
-`ssm_region` (String) AWS Region where the instance is located. The Region must be set. Can also be set using either the environment variables `AWS_REGION` or `AWS_DEFAULT_REGION`.
47
+
-`ssm_role_arn` (String) ARN of an IAM role to assume.
MarkdownDescription: "ARN of an IAM role to assume.",
66
+
Optional: true,
67
+
Computed: true,
68
+
},
63
69
"ssm_region": schema.StringAttribute{
64
70
MarkdownDescription: "AWS Region where the instance is located. The Region must be set. Can also be set using either the environment variables `AWS_REGION` or `AWS_DEFAULT_REGION`.",
MarkdownDescription: "ARN of an IAM role to assume.",
66
+
Optional: true,
67
+
Computed: true,
68
+
},
63
69
"ssm_region": schema.StringAttribute{
64
70
MarkdownDescription: "AWS Region where the instance is located. The Region must be set. Can also be set using either the environment variables `AWS_REGION` or `AWS_DEFAULT_REGION`.",
0 commit comments