Skip to content

Commit 7cdd065

Browse files
danawillowmodular-magician
authored andcommitted
stop specifically generating resources at beta (GoogleCloudPlatform#543)
Merged PR GoogleCloudPlatform#543.
1 parent d427607 commit 7cdd065

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.ci/magic-modules/generate-terraform.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ bundle install
2929
# Build all terraform products
3030
bundle exec compiler -a -e terraform -o "${GOPATH}/src/github.com/terraform-providers/terraform-provider-google/"
3131

32-
# Resources that were already using beta APIs before they started being autogenerated
33-
bundle exec compiler -v beta -p products/compute -t Address,Firewall,ForwardingRule,GlobalAddress,RegionDisk,Subnetwork,VpnTunnel -e terraform -o "${GOPATH}/src/github.com/terraform-providers/terraform-provider-google/"
34-
3532
# This command can crash - if that happens, the script should not fail.
3633
set +e
3734
TERRAFORM_COMMIT_MSG="$(python .ci/magic-modules/extract_from_pr_description.py --tag terraform < .git/body)"

build/terraform

0 commit comments

Comments
 (0)