Skip to content

Commit

Permalink
fix interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 12, 2022
1 parent ec9a269 commit cafd237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions it-linux-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ module "it-linux-base" {

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.66.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.66.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion it-linux-base/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "vpc_id" {
}

data "aws_vpc" "selected" {
id = "${var.vpc_id}"
id = var.vpc_id
}

variable "vpc_full_name" {
Expand Down

0 comments on commit cafd237

Please sign in to comment.