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: internal/provider/provider.go
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,9 @@ func init() {
104
104
"Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.",
105
105
globalvar.RetryDurationSecondsAttrName: "(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.\n"+
106
106
"The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.",
107
-
globalvar.ConfigFileProfileAttrName: "(Optional) The profile name to be used from config file, if not set it will be DEFAULT.",
108
-
globalvar.DefinedTagsToIgnore: "(Optional) List of defined tags keys that Terraform should ignore when planning creates and updates to the associated remote object",
107
+
globalvar.ConfigFileProfileAttrName: "(Optional) The profile name to be used from config file, if not set it will be DEFAULT.",
108
+
globalvar.DefinedTagsToIgnore: "(Optional) List of defined tags keys that Terraform should ignore when planning creates and updates to the associated remote object",
109
+
globalvar.RealmSpecificServiceEndpointTemplateEnabled: "(Optional) flags to enable realm specific service endpoint.",
0 commit comments