Skip to content

Commit 6077203

Browse files
authored
Merge pull request #89 from stefangusa/multiaccount_action
Multiaccount action capability
2 parents 471cab0 + ffa3599 commit 6077203

File tree

3,592 files changed

+14529
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,592 files changed

+14529
-15
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.3.1
4+
- Actions support multiaccount integration.
5+
36
## 1.3.0
47
- `sqs_sensor` supports multiaccount integration.
58

actions/acm_add_tags_to_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_add_tags_to_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: add_tags_to_certificate
1115
immutable: true

actions/acm_delete_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_delete_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: delete_certificate
1115
immutable: true

actions/acm_describe_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_describe_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: describe_certificate
1115
immutable: true

actions/acm_get_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_get_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: get_certificate
1115
immutable: true

actions/acm_import_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_import_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: import_certificate
1115
immutable: true

actions/acm_list_certificates.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_list_certificates
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: list_certificates
1115
immutable: true

actions/acm_list_tags_for_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_list_tags_for_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: list_tags_for_certificate
1115
immutable: true

actions/acm_remove_tags_from_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_remove_tags_from_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: remove_tags_from_certificate
1115
immutable: true

actions/acm_request_certificate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ entry_point: run.py
66
name: acm_request_certificate
77
runner_type: python-script
88
parameters:
9+
account_id:
10+
type: string
11+
region:
12+
type: string
913
action:
1014
default: request_certificate
1115
immutable: true

0 commit comments

Comments
 (0)