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>
|
<GetSMSAttributesResult>
|
||||||
<attributes>
|
<attributes>
|
||||||
{% for name, value in attributes.items() %}
|
{% for name, value in attributes.items() %}
|
||||||
|
{% if value %}
|
||||||
<entry>
|
<entry>
|
||||||
<key>{{ name }}</key>
|
<key>{{ name }}</key>
|
||||||
<value>{{ value }}</value>
|
<value>{{ value }}</value>
|
||||||
</entry>
|
</entry>
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</attributes>
|
</attributes>
|
||||||
</GetSMSAttributesResult>
|
</GetSMSAttributesResult>
|
||||||
|
@ -55,8 +55,6 @@ TestAccPinpointApp
|
|||||||
TestAccPinpointEventStream
|
TestAccPinpointEventStream
|
||||||
TestAccProvider
|
TestAccProvider
|
||||||
TestAccQuickSightGroup
|
TestAccQuickSightGroup
|
||||||
TestAccSNSSMSPreferences
|
|
||||||
TestAccSNSTopicPolicy
|
|
||||||
TestAccSQSQueuePolicy
|
TestAccSQSQueuePolicy
|
||||||
TestAccSSMDocument
|
TestAccSSMDocument
|
||||||
TestAccSsmDocumentDataSource
|
TestAccSsmDocumentDataSource
|
||||||
|
@ -106,7 +106,15 @@ s3:
|
|||||||
- TestAccS3ObjectCopy
|
- TestAccS3ObjectCopy
|
||||||
sagemaker:
|
sagemaker:
|
||||||
- TestAccSageMakerPrebuiltECRImageDataSource
|
- TestAccSageMakerPrebuiltECRImageDataSource
|
||||||
|
sns:
|
||||||
|
- TestAccSNSTopicPolicy
|
||||||
|
- TestAccSNSTopicDataSource
|
||||||
|
- TestAccSNSSMSPreferences
|
||||||
sts:
|
sts:
|
||||||
- TestAccSTSCallerIdentityDataSource
|
- TestAccSTSCallerIdentityDataSource
|
||||||
|
sqs:
|
||||||
|
- TestAccSQSQueueDataSource
|
||||||
|
- TestAccSQSQueuePolicy
|
||||||
|
- TestAccSQSQueue_FIFOQueue_
|
||||||
timestreamwrite:
|
timestreamwrite:
|
||||||
- TestAccTimestreamWriteDatabase
|
- TestAccTimestreamWriteDatabase
|
||||||
|
Loading…
Reference in New Issue
Block a user