Skip to content

Commit

Permalink
remove depricated directive
Browse files Browse the repository at this point in the history
  • Loading branch information
filatov0120 authored Dec 1, 2023
1 parent ae6d819 commit 1dbd5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "aws_instance" "this" {

resource "aws_eip" "this" {
instance = aws_instance.this.id
vpc = true
domain = "vpc"

tags = merge(var.instance_tags, {
Name = "${var.instance_name}-EIP"
Expand Down

0 comments on commit 1dbd5d6

Please sign in to comment.