Skip to content

Commit

Permalink
Merge branch 'main' into aman/issue-95
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks authored May 29, 2024
2 parents a8abcef + 887ff23 commit d4a46e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/handler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
version: ">= 363.0.0"

- name: Terraform Init
id: init
Expand Down
9 changes: 2 additions & 7 deletions tests/public-dns/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
provider "google" {
default_labels = local.labels
}

provider "google-beta" {
default_labels = local.labels
}
provider "google" {}
provider "google-beta" {}

resource "random_pet" "main" {
length = 1
Expand Down

0 comments on commit d4a46e3

Please sign in to comment.