Skip to content

Commit

Permalink
Add primary field to ip_configuration required by Azure
Browse files Browse the repository at this point in the history
* Required by terraform-provider-azurerm v1.17+
* hashicorp/terraform-provider-azurerm#2035
  • Loading branch information
dghubble committed Oct 27, 2018
1 parent 9b405a1 commit dbe7604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Notable changes between versions.

* Add `disk_iops` variable for EBS volume IOPS ([#314](https://github.com/poseidon/typhoon/pull/314))

#### Azure

* Add `primary` field to `ip_configuration`. Required by `terraform-provider-azurerm` v1.17+ ([#331](https://github.com/poseidon/typhoon/pull/331))

#### Addons

* Configure Heapster to scrape Kubelets with bearer token auth ([#323](https://github.com/poseidon/typhoon/pull/323))
Expand Down
1 change: 1 addition & 0 deletions azure/container-linux/kubernetes/workers/workers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ resource "azurerm_virtual_machine_scale_set" "workers" {

ip_configuration {
name = "ip0"
primary = true
subnet_id = "${var.subnet_id}"

# backend address pool to which the NIC should be added
Expand Down

0 comments on commit dbe7604

Please sign in to comment.