Skip to content

Commit

Permalink
Tag modules
Browse files Browse the repository at this point in the history
  • Loading branch information
filatov0120 committed Jun 16, 2023
1 parent 11a1ccc commit eaf517c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion aws_instance/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "ami" {
variable "instance_name" {
description = "My instance's name"
type = string
default = "Blaize_Host"
default = ""
}

variable "instance_type" {
Expand Down
10 changes: 0 additions & 10 deletions aws_instance_without_eip/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,3 @@ output "instance_public_url" {
description = "Public URL address of EC2 instance"
value = aws_instance.this.public_dns
}

# output "elastic_ip" {
# description = "Elastic IP for instance"
# value = aws_eip.this.public_ip
# }

# output "instance_public_url_eip" {
# description = "Public URL address of EC2 instance"
# value = aws_eip.this.public_dns
# }

0 comments on commit eaf517c

Please sign in to comment.