Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ecfafd76 authored by Nicolas's avatar Nicolas
Browse files

debug undeclared ressource

parent 295fabda
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ provider "google" {
region = var.region
}
data "google_project" "project" {
provider = google
project_id = var.project_id
}
### Reserve Static IP
resource "google_compute_global_address" "static_ip" {
provider = google
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment