Skip to content

Commit ed0afe8

Browse files
authored
Update main.tf
Fixed the region tag.
1 parent 694b152 commit ed0afe8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

compute/preview_feature/disable/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
# [START compute_preview_feature_enable]
17+
# [START compute_preview_feature_disable]
1818

1919
resource "google_compute_preview_feature" "default" {
2020
name = "alpha-api-access"
@@ -26,4 +26,4 @@ resource "google_compute_preview_feature" "default" {
2626
}
2727
}
2828

29-
# [END compute_preview_feature_enable]
29+
# [END compute_preview_feature_disable]

0 commit comments

Comments
 (0)