Skip to content
Snippets Groups Projects
Commit 2af42499 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added configuration

parent 891e1e09
Branches terraform_ssh_template
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49277 passed
File moved
...@@ -92,7 +92,7 @@ resource "scaleway_instance_server" "user_instance_server" { ...@@ -92,7 +92,7 @@ resource "scaleway_instance_server" "user_instance_server" {
atrium_hostname = scaleway_domain_record.subdomain_record[count.index].name atrium_hostname = scaleway_domain_record.subdomain_record[count.index].name
atrium_letsencrypt_email = var.LETSENCRYPT_EMAIL atrium_letsencrypt_email = var.LETSENCRYPT_EMAIL
user_password = var.USER_PASSWORD user_password = var.USER_PASSWORD
cloud-init = file("../server-scripts/cloud-init.yml") cloud-init = file("../instance-scripts/cloud-init.yml")
} }
depends_on = [ depends_on = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment