We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c8175 commit a49a9fbCopy full SHA for a49a9fb
infra/main.tf
@@ -12,5 +12,5 @@ resource "aws_instance" "app_server" {
12
Name = "fastapi-server"
13
}
14
15
- user_data = file("scripts/deploy.sh")
+ user_data = file("/scripts/deploy.sh")
16
0 commit comments