Skip to content

Commit 237b726

Browse files
committed
chore: attach tags to target instances
1 parent 9430010 commit 237b726

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testinfra/test_ami.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,10 @@ def gzip_then_base64_encode(s: str) -> str:
209209
TagSpecifications=[
210210
{
211211
"ResourceType": "instance",
212-
"Tags": [{"Key": "Name", "Value": "ci-ami-test"}],
212+
"Tags": [
213+
{"Key": "Name", "Value": "ci-ami-test"},
214+
{"Key": "creator", "Value": "testinfra-ci"}
215+
],
213216
}
214217
],
215218
)

0 commit comments

Comments
 (0)