SNS - enable more Terraform tests (#5051)

This commit is contained in:
Bert Blommers 2022-04-23 09:45:05 +00:00 committed by GitHub
parent 752eee1941
commit 0e5c2e4f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -1119,10 +1119,12 @@ GET_SMS_ATTRIBUTES_TEMPLATE = """<GetSMSAttributesResponse xmlns="http://sns.ama
<GetSMSAttributesResult>
<attributes>
{% for name, value in attributes.items() %}
{% if value %}
<entry>
<key>{{ name }}</key>
<value>{{ value }}</value>
</entry>
{% endif %}
{% endfor %}
</attributes>
</GetSMSAttributesResult>

View File

@ -55,8 +55,6 @@ TestAccPinpointApp
TestAccPinpointEventStream
TestAccProvider
TestAccQuickSightGroup
TestAccSNSSMSPreferences
TestAccSNSTopicPolicy
TestAccSQSQueuePolicy
TestAccSSMDocument
TestAccSsmDocumentDataSource

View File

@ -106,7 +106,15 @@ s3:
- TestAccS3ObjectCopy
sagemaker:
- TestAccSageMakerPrebuiltECRImageDataSource
sns:
- TestAccSNSTopicPolicy
- TestAccSNSTopicDataSource
- TestAccSNSSMSPreferences
sts:
- TestAccSTSCallerIdentityDataSource
sqs:
- TestAccSQSQueueDataSource
- TestAccSQSQueuePolicy
- TestAccSQSQueue_FIFOQueue_
timestreamwrite:
- TestAccTimestreamWriteDatabase