Skip to content

Commit

Permalink
Add region
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Nov 22, 2024
1 parent cb8ccd3 commit ba05941
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
ansible.builtin.include_role:
name: cloud.aws_ops.ec2_networking_resources
vars:
aws_region: "{{ region }}"

Check failure on line 39 in extensions/experiences/configure_aws_network/playbooks/run_configure_aws_network.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

var-naming[no-role-prefix]

Variables names from within roles should use ec2_networking_resources_ as a prefix. (vars: aws_region)
ec2_networking_resources_vpc_name: "{{ vpc_name }}"
ec2_networking_resources_vpc_cidr_block: "{{ vpc_cidr }}"
ec2_networking_resources_subnet_cidr_block: "{{ subnet }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ spec:
required: true
default: "full"

- type: "text"
question_name: "AWS region"
question_description: "The AWS region where the resources should be created."
variable: "region"
required: true

- type: "text"
question_name: "VPC name"
question_description: "The name of the VPC to create."
Expand Down

0 comments on commit ba05941

Please sign in to comment.