Skip to content

Commit

Permalink
Merge pull request #5 from recurly/WORKER_IP_PRIVATE_default
Browse files Browse the repository at this point in the history
Worker ip private default
  • Loading branch information
rhadley-recurly committed Apr 6, 2022
2 parents bcf9226 + e0fb0d6 commit 59fa961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 59fa961

Please sign in to comment.