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 b9e57767 authored by Nicolas's avatar Nicolas
Browse files

fix fmt check

parent 20517766
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ variable "project_id" {
}
variable "region" {
type = string
type = string
}
### Network & Subnetwork
......@@ -12,7 +12,7 @@ variable "vpc_network_name" {
default = "vpc-magento"
}
variable "vpc_subnetwork_name" {
type = string
type = string
}
variable "vpc_private_ip_address_name" {
type = string
......
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