Skip to content

Commit

Permalink
Merge pull request hashicorp#910 from modular-magician/codegen-pr-2004
Browse files Browse the repository at this point in the history
Fix InstancePTR test
  • Loading branch information
megan07 authored Jul 2, 2019
2 parents c0fc6aa + 5f37ef4 commit 6f7dc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_compute_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,7 @@ resource "google_compute_instance" "foobar" {
network_interface {
network = "default"
access_config {
public_ptr_domain_name = "test-record.%s.hashicorptest.com."
public_ptr_domain_name = "%s.gcp.tfacc.hashicorptest.com."
}
}
Expand Down

0 comments on commit 6f7dc4a

Please sign in to comment.