diff --git a/aws/container-linux/kubernetes/require.tf b/aws/container-linux/kubernetes/require.tf index e302aed7..c08ab984 100644 --- a/aws/container-linux/kubernetes/require.tf +++ b/aws/container-linux/kubernetes/require.tf @@ -5,7 +5,7 @@ terraform { } provider "aws" { - version = "~> 1.11" + version = "~> 1.13" } provider "local" { diff --git a/aws/fedora-atomic/kubernetes/require.tf b/aws/fedora-atomic/kubernetes/require.tf index e302aed7..c08ab984 100644 --- a/aws/fedora-atomic/kubernetes/require.tf +++ b/aws/fedora-atomic/kubernetes/require.tf @@ -5,7 +5,7 @@ terraform { } provider "aws" { - version = "~> 1.11" + version = "~> 1.13" } provider "local" { diff --git a/docs/atomic/aws.md b/docs/atomic/aws.md index 586df554..28a33cc2 100644 --- a/docs/atomic/aws.md +++ b/docs/atomic/aws.md @@ -44,7 +44,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf ```tf provider "aws" { - version = "~> 1.11.0" + version = "~> 1.13.0" alias = "default" region = "eu-central-1" @@ -239,4 +239,3 @@ Check the list of valid [instance types](https://aws.amazon.com/ec2/instance-typ !!! tip "MTU" If your EC2 instance type supports [Jumbo frames](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/network_mtu.html#jumbo_frame_instances) (most do), we recommend you change the `network_mtu` to 8991! You will get better pod-to-pod bandwidth. - diff --git a/docs/cl/aws.md b/docs/cl/aws.md index ec3496f9..447daaa6 100644 --- a/docs/cl/aws.md +++ b/docs/cl/aws.md @@ -57,7 +57,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf ```tf provider "aws" { - version = "~> 1.11.0" + version = "~> 1.13.0" alias = "default" region = "eu-central-1" @@ -258,4 +258,3 @@ Check the list of valid [instance types](https://aws.amazon.com/ec2/instance-typ !!! tip "MTU" If your EC2 instance type supports [Jumbo frames](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/network_mtu.html#jumbo_frame_instances) (most do), we recommend you change the `network_mtu` to 8991! You will get better pod-to-pod bandwidth. -