fix: update access mod in examples (#47)
Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
parent
1e7e0d4715
commit
0d7dbaab1f
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = local.name
|
vpc_name = local.name
|
||||||
vpc_cidr = "10.0.255.0/24" # gives 256 usable addresses from .1 to .254, but AWS reserves .1 to .4 and .255, leaving .5 to .254
|
vpc_cidr = "10.0.255.0/24" # gives 256 usable addresses from .1 to .254, but AWS reserves .1 to .4 and .255, leaving .5 to .254
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = local.name
|
vpc_name = local.name
|
||||||
vpc_cidr = "10.0.255.0/24" # gives 255 usable addresses from .1 to .255, but AWS reserves .1 to .4 and .255, leaving .5 to .254
|
vpc_cidr = "10.0.255.0/24" # gives 255 usable addresses from .1 to .255, but AWS reserves .1 to .4 and .255, leaving .5 to .254
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
|
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ locals {
|
||||||
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
# selecting the vpc, subnet, and ssh key pair, generating a security group specific to the runner
|
||||||
module "aws_access" {
|
module "aws_access" {
|
||||||
source = "rancher/access/aws"
|
source = "rancher/access/aws"
|
||||||
version = "v1.0.0"
|
version = "v1.1.1"
|
||||||
owner = local.email
|
owner = local.email
|
||||||
vpc_name = "default"
|
vpc_name = "default"
|
||||||
subnet_name = "default"
|
subnet_name = "default"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue