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
Resource should be able to create private cloud nat on gcp
Observed behavior
error : Error: Unsupported argument
│
│ on .terraform/modules/cloud-nat-test/cloud_nat.tf line 20, in resource "google_compute_router_nat" "cloud_nat":
│ 20: type = "PRIVATE"
│
│ An argument named "type" is not expected here.
TL;DR
Description: type parameter is not working in the resource google_compute_router_nat
Reference : https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_router_nat#example-usage---router-nat-private
Expected behavior
Resource should be able to create private cloud nat on gcp
Observed behavior
error : Error: Unsupported argument
│
│ on .terraform/modules/cloud-nat-test/cloud_nat.tf line 20, in resource "google_compute_router_nat" "cloud_nat":
│ 20: type = "PRIVATE"
│
│ An argument named "type" is not expected here.
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: