mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 14:03:55 +07:00
785 B
785 B
creating the resources for aws ec2-instance | Start Chat
this code is used to create the aws ec2-instance
Prompt
resource "aws_instance" "this" {
ami = "ami-0dcc1e21636832c5d"
instance_type = "m5.large"
host_resource_group_arn = "arn:aws:resource-groups:us-west-2:012345678901:group/win-testhost"
tenancy = "host"
} {{var_2}}