Skip to content

Commit 2e8cf8f

Browse files
committed
modif
1 parent 88685af commit 2e8cf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource "aws_instance" "web" {
8484
user_data = <<-EOF
8585
#!/bin/bash
8686
sudo yum update -y
87-
sudo yum install -y php php-mysqlnd httpd mariadb-server
87+
sudo yum install -y php php-mysqlnd httpd
8888
sudo systemctl start httpd
8989
sudo systemctl enable httpd
9090
sudo chown -R ec2-user:ec2-user /var/www/html

0 commit comments

Comments
 (0)