Skip to content

Commit

Permalink
removed variable network
Browse files Browse the repository at this point in the history
  • Loading branch information
harmanjyotkaur committed May 21, 2021
1 parent c5bdfba commit 72b0c52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ resource "aws_instance" "default" {
cpu_credits = var.cpu_credits
}

network_interface {
network_interface_id = var.network_interface_id
device_index = 0
}

tags = merge(
module.labels.tags,
{
Expand Down
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,3 @@ variable "encrypted" {
default = true
description = "If true, the disk will be encrypted."
}

variable "network_interface_id" {
type = string
default = null
description = "ID of the network interface to attach"
}

0 comments on commit 72b0c52

Please sign in to comment.