Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Mar 4, 2025
2 parents 0bc933b + ab6a96c commit 5266a53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/terraform/autoconf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ resource "scaleway_instance_server" "instance" {
image = "debian_bookworm"
# routed_ip_enabled = true
ip_id = var.autoconf_ip_id
root_volume {
volume_type = "l_ssd"
size_in_gb = 30
}
}

# Create Ansible inventory file
Expand Down
4 changes: 4 additions & 0 deletions tests/terraform/docker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ resource "scaleway_instance_server" "instance" {
image = "debian_bookworm"
# routed_ip_enabled = true
ip_id = var.docker_ip_id
root_volume {
volume_type = "l_ssd"
size_in_gb = 30
}
}

# Create Ansible inventory file
Expand Down

0 comments on commit 5266a53

Please sign in to comment.