Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClassicStsDatasource ¶
func ClassicStsResource ¶
func HcpStsDatasource ¶
func HcpStsResource ¶
Types ¶
type ClassicSts ¶
type ClassicSts struct { OIDCEndpointURL types.String `tfsdk:"oidc_endpoint_url"` OIDCConfigID types.String `tfsdk:"oidc_config_id"` Thumbprint types.String `tfsdk:"thumbprint"` RoleARN types.String `tfsdk:"role_arn"` SupportRoleArn types.String `tfsdk:"support_role_arn"` OperatorRolePrefix types.String `tfsdk:"operator_role_prefix"` InstanceIAMRoles classicInstanceIAMRole `tfsdk:"instance_iam_roles"` }
type HcpSts ¶
type HcpSts struct { OIDCEndpointURL types.String `tfsdk:"oidc_endpoint_url"` OIDCConfigID types.String `tfsdk:"oidc_config_id"` Thumbprint types.String `tfsdk:"thumbprint"` RoleARN types.String `tfsdk:"role_arn"` SupportRoleArn types.String `tfsdk:"support_role_arn"` OperatorRolePrefix types.String `tfsdk:"operator_role_prefix"` InstanceIAMRoles hcpInstanceIAMRole `tfsdk:"instance_iam_roles"` }
Click to show internal directories.
Click to hide internal directories.