Skip to content

Commit f20af83

Browse files
authored
update activation status
1 parent ed0afe8 commit f20af83

File tree

1 file changed

+1
-1
lines changed
  • compute/preview_feature/disable

1 file changed

+1
-1
lines changed

compute/preview_feature/disable/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
resource "google_compute_preview_feature" "default" {
2020
name = "alpha-api-access"
21-
activation_status = "ACTIVATION_STATUS_UNSPECIFIED"
21+
activation_status = "ACTIVATION_STATE_UNSPECIFIED"
2222
rollout_operation {
2323
rollout_input {
2424
predefined_rollout_plan = "ROLLOUT_PLAN_FAST_ROLLOUT"

0 commit comments

Comments
 (0)