Skip to content

Commit

Permalink
Remove the instance profile variable and configuration from module
Browse files Browse the repository at this point in the history
Closes #38
  • Loading branch information
therealdwright committed May 29, 2023
1 parent 066e294 commit 32a1562
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ resource "aws_launch_template" "bastion" {
user_data = base64encode(local.data)
key_name = var.key_name

iam_instance_profile {
name = var.iam_instance_profile
}

monitoring {
enabled = true
}
Expand Down
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ variable "associate_public_ip_address" {
default = true
}

variable "iam_instance_profile" {
default = ""
}

variable "additional_security_groups" {
description = "A list of additional security groups to assign to the bastion instance"
type = list(string)
Expand Down

0 comments on commit 32a1562

Please sign in to comment.