Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from hashicorp/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG for Release
  • Loading branch information
SaraChandler authored Aug 30, 2021
2 parents 75f1080 + 5d56bb0 commit fcf5d2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.2 (August 20, 2021)

* Update TLS directory permissions
* Remove client cert and key from profile script
* Update indentation in configuration file

## 0.1.1 (August 20, 2021)
## 0.1.1 (August 30, 2021)

* Update config and file permissions to match Deployment Guide
* Update disk specs to new Reference Architecture recommendations
* Update default version to 1.8.1
* Update TLS directory permissions
* Remove client cert and key from profile script
* Update indentation in configuration file
* Remove region as required variable

## 0.1.0 (July 28, 2021)

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ provider "google-beta" {
module "vault-ent" {
source = "hashicorp/vault-ent-starter/gcp"
version = "0.1.2"
version = "0.1.1"
# The shared DNS SAN of the TLS certs being used
leader_tls_servername = "vault.server.com"
#Your GCP project ID
project_id = "my-project-id"
# Your GCP region
region = "us-west1"
# Prefix for uniquely identifying GCP resources
resource_name_prefix = "test"
# Self link of the subnetwork you wish to deploy into
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ variable "project_id" {
description = "GCP project in which to launch resources"
}

variable "region" {
type = string
description = "GCP region in which to launch resources"
}

variable "reserve_subnet_range" {
type = string
default = "10.1.0.0/16"
Expand Down

0 comments on commit fcf5d2d

Please sign in to comment.