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 e6ed1c9 commit 5368f61Copy full SHA for 5368f61
main.tf
@@ -14,6 +14,7 @@ resource "aws_instance" "gateway" {
14
#!/bin/bash
15
set -e
16
17
+ export DEBIAN_FRONTEND=noninteractive
18
sudo apt-get update
19
sudo apt-get install -y curl uuid-runtime iptables
20
0 commit comments