Skip to content

Commit

Permalink
Fixes terraform depreciation on vpc -> domain #421 (#433)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Dudfield <[email protected]>
  • Loading branch information
BreakingPitt and peterdudfield authored Feb 13, 2024
1 parent 49d504b commit bb54fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/networking/ec2_bastion/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ resource "aws_instance" "ec2-bastion" {

resource "aws_eip" "ip-bastion" {
instance = aws_instance.ec2-bastion.id
vpc = true
domain = "vpc"
}

0 comments on commit bb54fb7

Please sign in to comment.