SNS - enable more Terraform tests (#5051)
This commit is contained in:
parent
752eee1941
commit
0e5c2e4f6b
@ -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>
|
||||
|
@ -55,8 +55,6 @@ TestAccPinpointApp
|
||||
TestAccPinpointEventStream
|
||||
TestAccProvider
|
||||
TestAccQuickSightGroup
|
||||
TestAccSNSSMSPreferences
|
||||
TestAccSNSTopicPolicy
|
||||
TestAccSQSQueuePolicy
|
||||
TestAccSSMDocument
|
||||
TestAccSsmDocumentDataSource
|
||||
|
@ -106,7 +106,15 @@ s3:
|
||||
- TestAccS3ObjectCopy
|
||||
sagemaker:
|
||||
- TestAccSageMakerPrebuiltECRImageDataSource
|
||||
sns:
|
||||
- TestAccSNSTopicPolicy
|
||||
- TestAccSNSTopicDataSource
|
||||
- TestAccSNSSMSPreferences
|
||||
sts:
|
||||
- TestAccSTSCallerIdentityDataSource
|
||||
sqs:
|
||||
- TestAccSQSQueueDataSource
|
||||
- TestAccSQSQueuePolicy
|
||||
- TestAccSQSQueue_FIFOQueue_
|
||||
timestreamwrite:
|
||||
- TestAccTimestreamWriteDatabase
|
||||
|
Loading…
Reference in New Issue
Block a user