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

Added packages

parent c1af6469
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49038 passed
File moved
......@@ -82,7 +82,9 @@ resource "scaleway_instance_server" "user_instance_server" {
ip_id = scaleway_instance_ip.public_ip[count.index].id
security_group_id = scaleway_instance_security_group.www.id
cloud-init = file("../instance_scripts/cloud-init.yml")
user_data = {
cloud-init = file("cloud-init.yml")
}
depends_on = [
scaleway_account_ssh_key.ssh_key,
......
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