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
errTitle:=fmt.Sprintf("The resource %q is in BETA and BETA is not enabled", name)
80
-
errContent:=fmt.Sprintf("The resource %q is in BETA and the BETA functionality is currently not enabled. Please refer to the documentation on how to enable the BETA functionality.", name)
79
+
errTitle:=fmt.Sprintf("The resource %q is in beta and beta is not enabled", name)
80
+
errContent:=fmt.Sprintf(`The resource %q is in beta and the beta functionality is currently not enabled. To enable it, set the environment variable STACKIT_TF_ENABLE_BETA_RESOURCES to "true" or set the "enable_beta_resources" provider field to true.`, name)
0 commit comments