Skip to content

Commit

Permalink
Force VCR recording
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Sep 27, 2024
1 parent 614e794 commit 587dcad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ resource "google_compute_network" "tag_network" {
resource "google_tags_tag_key" "key" {
parent = "organizations/%{org_id}"
short_name = "foo%{random_suffix}"
description = "For foo%{random_suffix} resources."
description = "For foo%{random_suffix} resources. UPDATED"
purpose = "GCE_FIREWALL"
# purpose_data expects either a selfLinkWithId (not a property of google_compute_network) or the format <project-name>/<vpc-name>.
# selfLink is not sufficient and will result in an error, so we build a string to match the second option.
Expand Down

0 comments on commit 587dcad

Please sign in to comment.