Skip to content

Commit

Permalink
Address acc tests failures with higher TF versions by removing unused…
Browse files Browse the repository at this point in the history
… output block from acctest configs (#10720)
  • Loading branch information
SarahFrench committed May 16, 2024
1 parent f0ae56d commit 0858475
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ resource "google_cloudfunctions2_function" "<%= ctx[:primary_resource_id] %>" {
timeout_seconds = 60
}
}

output "function_uri" {
value = google_cloudfunctions2_function.function.service_config[0].uri
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,3 @@ resource "google_cloudfunctions2_function" "<%= ctx[:primary_resource_id] %>" {

depends_on = [time_sleep.wait_60s]
}

output "function_uri" {
value = google_cloudfunctions2_function.function.service_config[0].uri
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ resource "google_cloudfunctions2_function" "{{$.PrimaryResourceId}}" {
}
}

output "function_uri" {
value = google_cloudfunctions2_function.function.service_config[0].uri
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,3 @@ resource "google_cloudfunctions2_function" "{{$.PrimaryResourceId}}" {

depends_on = [time_sleep.wait_60s]
}

output "function_uri" {
value = google_cloudfunctions2_function.function.service_config[0].uri
}

0 comments on commit 0858475

Please sign in to comment.