diff --git a/.changelog/7434.txt b/.changelog/7434.txt new file mode 100644 index 0000000000..e4e22fc1e4 --- /dev/null +++ b/.changelog/7434.txt @@ -0,0 +1,2 @@ +```release-note:none +``` diff --git a/google-beta/resource_data_fusion_instance.go b/google-beta/resource_data_fusion_instance.go index 9ce315ed62..2a526f4647 100644 --- a/google-beta/resource_data_fusion_instance.go +++ b/google-beta/resource_data_fusion_instance.go @@ -103,9 +103,8 @@ Users will need to either manually update their state file to include these diff }, "state": { Type: schema.TypeString, - Computed: true, - Optional: true, - ValidateFunc: validateEnum([]string{"ENABLED", "DISABLED", ""}), + Required: true, + ValidateFunc: validateEnum([]string{"ENABLED", "DISABLED"}), Description: `The type of an accelator for a CDF instance. Possible values: ["ENABLED", "DISABLED"]`, }, }, diff --git a/website/docs/r/data_fusion_instance.html.markdown b/website/docs/r/data_fusion_instance.html.markdown index 2a491f2a60..5161ef9215 100644 --- a/website/docs/r/data_fusion_instance.html.markdown +++ b/website/docs/r/data_fusion_instance.html.markdown @@ -336,7 +336,7 @@ The following arguments are supported: Possible values are `CDC`, `HEALTHCARE`, and `CCAI_INSIGHTS`. * `state` - - (Optional) + (Required) The type of an accelator for a CDF instance. Possible values are `ENABLED` and `DISABLED`.