You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i try to create google_address with dns parameters (and later to assign to compute instance)
terraform is well executed ! no particular error :
DNS record is not set (i tested with enable_cloud_dns = true...i probably tested every configurations)
Second point i try to assign IP to compute_instance :
access_config = [{
nat_ip = module.my_address.addresses[0]
network_tier = "PREMIUM"
}]
but compute_instance is built without external IP...
TL;DR
Hello, i try to create google_address with dns parameters (and later to assign to compute instance)
terraform is well executed ! no particular error :
access_config = [{
nat_ip = module.my_address.addresses[0]
network_tier = "PREMIUM"
}]
but compute_instance is built without external IP...
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: