finalized automated build for web
This commit is contained in:
@@ -4,7 +4,7 @@ resource "aws_launch_configuration" "catherine_fc_conf" {
|
||||
instance_type = var.ec2_instance_type
|
||||
iam_instance_profile = aws_iam_instance_profile.catherine_fc_profile.name
|
||||
security_groups = [
|
||||
aws_security_group.catherine_fc_ec2_sg.id
|
||||
aws_security_group.catherine_fc_asg_sg.id
|
||||
]
|
||||
user_data = <<-EOF
|
||||
#!/bin/bash
|
||||
|
||||
Reference in New Issue
Block a user