Skip to content

Commit

Permalink
Fix resource name used in CloudBuildBitbucketServerConfig tests (#806…
Browse files Browse the repository at this point in the history
…2) (#446)

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jun 1, 2023
1 parent 9050f7e commit c79f5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild_bitbucket_server_config/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "google_cloudbuild_bitbucket_server_config" "bbs-config" {
config_id = "mybbsconfig"
config_id = "bbs-config-${local.name_suffix}"
location = "us-central1"
host_uri = "https://bbs.com"
secrets {
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild_bitbucket_server_config_peered_network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "google_service_networking_connection" "default" {
}

resource "google_cloudbuild_bitbucket_server_config" "bbs-config-with-peered-network" {
config_id = "mybbsconfig"
config_id = "bbs-config-${local.name_suffix}"
location = "us-central1"
host_uri = "https://bbs.com"
secrets {
Expand Down

0 comments on commit c79f5be

Please sign in to comment.