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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,14 @@ provider "postgresql" {
37
37
### Required
38
38
39
39
-`ssm_instance` (String) Specify the exact Instance ID of the managed node to connect to for the session
40
-
-`ssm_region` (String) AWS Region where the instance is located
41
40
-`target_host` (String) The DNS name or IP address of the remote host
42
41
-`target_port` (Number) The port number of the remote host
43
42
43
+
### Optional
44
+
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
+
-`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
+
44
48
### Read-Only
45
49
46
50
-`local_host` (String) The DNS name or IP address of the local host
Copy file name to clipboardExpand all lines: docs/ephemeral-resources/ssm.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,14 @@ provider "postgresql" {
37
37
### Required
38
38
39
39
-`ssm_instance` (String) Specify the exact Instance ID of the managed node to connect to for the session
40
-
-`ssm_region` (String) AWS Region where the instance is located
41
40
-`target_host` (String) The DNS name or IP address of the remote host
42
41
-`target_port` (Number) The port number of the remote host
43
42
43
+
### Optional
44
+
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
+
-`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
+
44
48
### Read-Only
45
49
46
50
-`local_host` (String) The DNS name or IP address of the local host
MarkdownDescription: "Specify the exact Instance ID of the managed node to connect to for the session",
55
56
Required: true,
56
57
},
58
+
"ssm_profile": schema.StringAttribute{
59
+
MarkdownDescription: "AWS profile name as set in credentials files. Can also be set using either the environment variables `AWS_PROFILE` or `AWS_DEFAULT_PROFILE`.",
60
+
Optional: true,
61
+
Computed: true,
62
+
},
57
63
"ssm_region": schema.StringAttribute{
58
-
MarkdownDescription: "AWS Region where the instance is located",
59
-
Required: true,
64
+
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: "Specify the exact Instance ID of the managed node to connect to for the session",
55
56
Required: true,
56
57
},
58
+
"ssm_profile": schema.StringAttribute{
59
+
MarkdownDescription: "AWS profile name as set in credentials files. Can also be set using either the environment variables `AWS_PROFILE` or `AWS_DEFAULT_PROFILE`.",
60
+
Optional: true,
61
+
Computed: true,
62
+
},
57
63
"ssm_region": schema.StringAttribute{
58
-
MarkdownDescription: "AWS Region where the instance is located",
59
-
Required: true,
64
+
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