File tree 2 files changed +18
-0
lines changed 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 10
10
cdm_certificates_third_party_bucket_name : " {{ lookup('env', 'THIRD_PARTY_BUCKET') }}"
11
11
=======
12
12
name : skeleton-ansible-role-with-test-user
13
+ <<<<<<< HEAD
13
14
>>>>>>> a0b442d4dd4bd70e2e23e1bb8de92d0c80bfff50
15
+ =======
16
+ # This is an example of passing role vars via AWS SSM Parameter
17
+ # Store parameters. In particular, roles that require access to
18
+ # resources inside the third-party bucket will likely need the
19
+ # name of that bucket passed in.
20
+ # vars:
21
+ # skeleton_bucket_name: "{{ lookup('aws_ssm', '/third_party_bucket_name') }}"
22
+ >>>>>>> c6cde4806487cc7ebff7376aa53cd34f9b1a6adc
Original file line number Diff line number Diff line change @@ -8,5 +8,14 @@ module "user" {
8
8
aws.images-ssm = aws.images_ssm
9
9
}
10
10
11
+ <<<<< << HEAD
11
12
entity = "ansible-role-cdm-certificates"
13
+ =======
14
+ entity = "skeleton-ansible-role-with-test-user"
15
+ # If necessary, provide a list of SSM Parameter Store parameters that the test user needs to
16
+ # be able to read. In particular, roles that require access to
17
+ # resources inside the third-party bucket will likely need to access the
18
+ # name of that bucket via such a parameter.
19
+ # ssm_parameters = ["/third_party_bucket_name"]
20
+ >>>>>>> c6cde4806487cc7ebff7376aa53cd34f9b1a6adc
12
21
}
You can’t perform that action at this time.
0 commit comments