Skip to content

Commit

Permalink
./hack/update-expected.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Sep 12, 2021
1 parent 0b171b7 commit b34f87e
Show file tree
Hide file tree
Showing 46 changed files with 160 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -477,6 +478,7 @@ resource "aws_launch_template" "nodes-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -894,7 +896,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ resource "aws_launch_template" "bastion-bastionuserdata-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -562,6 +563,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-bastionuserdata-exampl
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -643,6 +645,7 @@ resource "aws_launch_template" "nodes-bastionuserdata-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -1216,7 +1219,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
4 changes: 3 additions & 1 deletion tests/integration/update_cluster/complex/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-complex-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "required"
}
Expand Down Expand Up @@ -467,6 +468,7 @@ resource "aws_launch_template" "nodes-complex-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -1131,7 +1133,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
4 changes: 3 additions & 1 deletion tests/integration/update_cluster/compress/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-compress-example-com"
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -392,6 +393,7 @@ resource "aws_launch_template" "nodes-compress-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -781,7 +783,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
4 changes: 3 additions & 1 deletion tests/integration/update_cluster/digit/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-123-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -476,6 +477,7 @@ resource "aws_launch_template" "nodes-123-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -879,7 +881,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
6 changes: 5 additions & 1 deletion tests/integration/update_cluster/existing_iam/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-existing-iam-example-c
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -538,6 +539,7 @@ resource "aws_launch_template" "master-us-test-1b-masters-existing-iam-example-c
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -623,6 +625,7 @@ resource "aws_launch_template" "master-us-test-1c-masters-existing-iam-example-c
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -704,6 +707,7 @@ resource "aws_launch_template" "nodes-existing-iam-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -1145,7 +1149,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
6 changes: 5 additions & 1 deletion tests/integration/update_cluster/existing_sg/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-existingsg-example-com
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -639,6 +640,7 @@ resource "aws_launch_template" "master-us-test-1b-masters-existingsg-example-com
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -724,6 +726,7 @@ resource "aws_launch_template" "master-us-test-1c-masters-existingsg-example-com
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -805,6 +808,7 @@ resource "aws_launch_template" "nodes-existingsg-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -1516,7 +1520,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
4 changes: 3 additions & 1 deletion tests/integration/update_cluster/external_dns/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -404,6 +405,7 @@ resource "aws_launch_template" "nodes-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -793,7 +795,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -451,6 +452,7 @@ resource "aws_launch_template" "nodes-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -854,7 +856,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
4 changes: 3 additions & 1 deletion tests/integration/update_cluster/externallb/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-externallb-example-com
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -408,6 +409,7 @@ resource "aws_launch_template" "nodes-externallb-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -797,7 +799,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-externalpolicies-examp
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -486,6 +487,7 @@ resource "aws_launch_template" "nodes-externalpolicies-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -989,7 +991,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
6 changes: 5 additions & 1 deletion tests/integration/update_cluster/ha/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-ha-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -610,6 +611,7 @@ resource "aws_launch_template" "master-us-test-1b-masters-ha-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -695,6 +697,7 @@ resource "aws_launch_template" "master-us-test-1c-masters-ha-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -776,6 +779,7 @@ resource "aws_launch_template" "nodes-ha-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -1217,7 +1221,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
4 changes: 3 additions & 1 deletion tests/integration/update_cluster/irsa/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ resource "aws_launch_template" "master-us-test-1a-masters-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -476,6 +477,7 @@ resource "aws_launch_template" "nodes-minimal-example-com" {
}
metadata_options {
http_endpoint = "enabled"
http_protocol_ipv6 = "disabled"
http_put_response_hop_limit = 1
http_tokens = "optional"
}
Expand Down Expand Up @@ -879,7 +881,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ terraform {
required_providers {
aws = {
"source" = "hashicorp/aws"
"version" = ">= 3.34.0"
"version" = ">= 3.59.0"
}
}
}
Loading

0 comments on commit b34f87e

Please sign in to comment.