From 12e2cc182b2a712734df9a14238c1a61e8886750 Mon Sep 17 00:00:00 2001 From: ahernandez-recurly Date: Wed, 6 Apr 2022 12:35:47 -0700 Subject: [PATCH 1/2] setting WORKER_IP_PRIVATE by default --- CHANGELOG.md | 2 ++ variables.tf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2b3c1..732f6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +##2.1.3 (2022-04-06) +## setting WORKER_IP_PRIVATE by default ## 2.1.2 (2021-07-07) ### Adding additional experimnets to module diff --git a/variables.tf b/variables.tf index e48312f..b3d70cd 100644 --- a/variables.tf +++ b/variables.tf @@ -90,7 +90,7 @@ variable "machine_type" { variable "ip_configuration" { type = string description = "The configuration for VM IPs. Options are 'WORKER_IP_PUBLIC' or 'WORKER_IP_PRIVATE'." - default = null + default = "WORKER_IP_PRIVATE" } variable "kms_key_name" { From e0fb0d61a983aafe2330209dbd2b9edb1fb59554 Mon Sep 17 00:00:00 2001 From: ahernandez-recurly Date: Wed, 6 Apr 2022 12:48:10 -0700 Subject: [PATCH 2/2] changelog fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732f6f9..5dcea2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ##2.1.3 (2022-04-06) -## setting WORKER_IP_PRIVATE by default +### setting WORKER_IP_PRIVATE by default ## 2.1.2 (2021-07-07) ### Adding additional experimnets to module