Skip to content

Commit

Permalink
new regionOverride field on AWS integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss committed Oct 7, 2024
1 parent 4090eb5 commit 036f0c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Feature-20241007-115100.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Feature
body: new regionOverride field on AWS integrations
time: 2024-10-07T11:51:00.117003-05:00
2 changes: 2 additions & 0 deletions src/cmd/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ spec:
externalId: "XXXXXX"
awsTagsOverrideOwnership: true
ownershipTagKeys: ["owner","service","app"]
regionOverride: ["us-east-1","eu-west-1"]
EOF
cat << EOF | opslevel create integration -f -
Expand Down Expand Up @@ -175,6 +176,7 @@ kind: aws
spec:
awsTagsOverrideOwnership: true
ownershipTagKeys: ["owner","service","app"]
regionOverride: ["us-east-1"]
EOF
cat << EOF | opslevel update integration Z2lkOi8vb123456789 -f -
Expand Down

0 comments on commit 036f0c9

Please sign in to comment.