-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource/aws_appsync_datasource: Various enhancements #6139
Conversation
54fdd6e
to
1a7ba80
Compare
* Support resource import * Support HTTP type * Make region optional for dynamodb_config and elasticsearch_config ``` --- PASS: TestAccAwsAppsyncDatasource_basic (11.88s) --- PASS: TestAccAwsAppsyncDatasource_Description (48.21s) --- PASS: TestAccAwsAppsyncDatasource_DynamoDBConfig_Region (121.27s) --- PASS: TestAccAwsAppsyncDatasource_DynamoDBConfig_UseCallerCredentials (121.21s) --- PASS: TestAccAwsAppsyncDatasource_ElasticsearchConfig_Region (720.27s) --- PASS: TestAccAwsAppsyncDatasource_HTTPConfig_Endpoint (18.03s) --- PASS: TestAccAwsAppsyncDatasource_Type (17.29s) --- PASS: TestAccAwsAppsyncDatasource_Type_DynamoDB (110.94s) --- PASS: TestAccAwsAppsyncDatasource_Type_Elasticsearch (773.89s) --- PASS: TestAccAwsAppsyncDatasource_Type_HTTP (11.83s) --- PASS: TestAccAwsAppsyncDatasource_Type_Lambda (30.19s) --- PASS: TestAccAwsAppsyncDatasource_Type_None (11.14s) ```
1a7ba80
to
bdbf42c
Compare
Rebased with master and verified that acceptance testing is still passing as expected, merging!
|
This has been released in version 1.41.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Closes #5674
Changes proposed in this pull request:
region
optional fordynamodb_config
andelasticsearch_config
Output from acceptance testing: