Skip to content

Commit 8bb5fc9

Browse files
Add inputs for contract tests on new field
1 parent 00204a7 commit 8bb5fc9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

cfn-resources/third-party-integration/test/inputs_1_create.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ProjectId": "$ATLAS_PROJECT_ID",
33
"Profile": "default",
44
"Type": "WEBHOOK",
5-
"Url": ""
5+
"Url": "",
6+
"SendUserProvidedResourceTags": false
67
}

cfn-resources/third-party-integration/test/inputs_1_update.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"Profile": "default",
44
"Type": "WEBHOOK",
55
"Url": "https://www.google.com",
6-
"Secret": ""
6+
"Secret": "",
7+
"SendUserProvidedResourceTags": true
78
}

cfn-resources/third-party-integration/test/inputs_4_create.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"Profile": "default",
44
"Type": "DATADOG",
55
"ApiKey": "",
6-
"Region": "US"
6+
"Region": "US",
7+
"SendUserProvidedResourceTags": false
78
}

cfn-resources/third-party-integration/test/inputs_4_update.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"Profile": "default",
44
"Type": "DATADOG",
55
"ApiKey": "",
6-
"Region": "US"
6+
"Region": "US",
7+
"SendUserProvidedResourceTags": true
78
}

0 commit comments

Comments
 (0)