We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88685af commit 2e8cf8fCopy full SHA for 2e8cf8f
main.tf
@@ -84,7 +84,7 @@ resource "aws_instance" "web" {
84
user_data = <<-EOF
85
#!/bin/bash
86
sudo yum update -y
87
- sudo yum install -y php php-mysqlnd httpd mariadb-server
+ sudo yum install -y php php-mysqlnd httpd
88
sudo systemctl start httpd
89
sudo systemctl enable httpd
90
sudo chown -R ec2-user:ec2-user /var/www/html
0 commit comments