mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-02 06:12:15 +00:00
Formatting
This commit is contained in:
parent
2d32a3c4bb
commit
6d36a3aa71
4 changed files with 37 additions and 37 deletions
2
ec2.tf
2
ec2.tf
|
@ -3,7 +3,7 @@
|
|||
resource "aws_instance" "instance" {
|
||||
ami = data.aws_ami.ubuntu.id
|
||||
instance_type = var.instance_type
|
||||
iam_instance_profile = aws_iam_instance_profile.profile.name
|
||||
iam_instance_profile = aws_iam_instance_profile.profile.name
|
||||
availability_zone = element(aws_subnet.subnet.*.availability_zone, 1)
|
||||
user_data = data.template_file.userdata.rendered
|
||||
subnet_id = element(aws_subnet.subnet.*.id, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue