Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Edouard Barrault committed Nov 5, 2024
1 parent 0958943 commit 0faaf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ locals {
# Create instance
resource "scaleway_instance_ip" "public_ip" {
type = "routed_ipv4"
project_id = var.scaleway_project_id
# project_id = var.scaleway_project_id
}
resource "scaleway_instance_ip" "public_ip_ipv6" {
type = "routed_ipv6"
project_id = var.scaleway_project_id
# project_id = var.scaleway_project_id
}

resource "scaleway_instance_server" "main" {
Expand Down

0 comments on commit 0faaf89

Please sign in to comment.