We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7fb63 commit 410fcebCopy full SHA for 410fceb
docs/05-terraform.md
@@ -76,7 +76,7 @@ resource "google_compute_instance" "raddit" {
76
# networks to attach to the VM
77
network_interface {
78
network = "default"
79
- access_config {} // use ephemaral public IP
+ access_config {} // use ephemeral public IP
80
}
81
82
```
0 commit comments