Skip to content

Commit

Permalink
added security group and domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwembo committed Apr 11, 2024
1 parent 9ab82b6 commit d8b0889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "awsprops" {
default = {
region = "us-east-1"
vpc = "vpc-06e427b3d907fb984"
ami = "ami-03caf91bb3d81b843"
ami = "ami-0cd59ecaf368e5ccf"
itype = "t2.micro"
subnet = "subnet-063a85d9139280d8a"
publicip = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variable "instance_type" {
variable "instance_ami" {
description = "AMI ID for the EC2 instance"
type = string
default = "ami-03caf91bb3d81b843"
default = "ami-0cd59ecaf368e5ccf"
}

variable "instance_vpc_id" {
Expand Down

0 comments on commit d8b0889

Please sign in to comment.