Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge to preserve S3 persistent storage capability, hopefully.
  • Loading branch information
boldandbusted committed Apr 12, 2018
commit 6eee689f0bd0f4b58840a43ab4bf785fe2e9c36c
2 changes: 1 addition & 1 deletion examples/vault-cluster-private/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ data "template_file" "user_data_consul" {

data "aws_vpc" "default" {
default = "${var.vpc_id == "" ? true : false}"
id = "${var.vpc_id}"
id = "${var.vpc_id}"
}

data "aws_subnet_ids" "default" {
Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ data "template_file" "user_data_consul" {
data "aws_vpc" "default" {
default = "${var.vpc_id == "" ? true : false}"
id = "${var.vpc_id}"
tags = "${var.vpc_tags}"
}

data "aws_subnet_ids" "default" {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.