Welly Siauw AWS

Results 101 comments of Welly Siauw AWS

Comparing the `Request.State.Raw` from AWSCC provider `ReadResource` implementation in [here](https://gist.github.com/wellsiau-aws/5edd1cbcc354ef3b2c716c17a6387c7b#file-awscc_qbusiness_application-debug-log-L1) versus the `Response.State.Raw` in [here](https://gist.github.com/wellsiau-aws/5edd1cbcc354ef3b2c716c17a6387c7b#file-awscc_qbusiness_application-debug-log-L12), I found that the state are equal. I suspect other processes are involved

I noticed on the debug log, AWSCC provider received the GetResponse from CCAPI after CreateResource: https://gist.github.com/obiSerra/2e00c9a2399fdc00c75ba712df2781c2#file-terraform-apply-txt-L433-L436 Diving deeper to the response body: ``` { "ResourceDescription": { "Identifier": "3ab52525-8625-447a-8513-7fc6d3aa75a4", "Properties": "{\"Components\":{\"aws.greengrass.SystemsManagerAgent\":{\"ComponentVersion\":\"1.2.4\"},\"aws.greengrass.LogManager\":{\"ComponentVersion\":\"2.3.7\"},\"aws.greengrass.Nucleus\":{\"ComponentVersion\":\"2.12.4\"}},\"DeploymentName\":\"setup-deployment\",\"DeploymentId\":\"3ab52525-8625-447a-8513-7fc6d3aa75a4\",\"TargetArn\":\"arn:aws:iot:eu-west-1:767397968620:thinggroup/test-device-group\",\"Tags\":{}}"...

I think this is an upstream issue, GetResource should return the full ComponentDeploymentSpecification including the `ComponentVersion`, `ConfigurationUpdate`, and `RunWith`.

Thanks for reporting this issue, I have escalated this to the service team at AWS.

@quixoticmonk @BondAnthony , thanks for reporting the problem. The error `Warning: AWS Resource Not Found During Refresh` likely indicates that the resource ID was transformed after the apply (Further investigation...

@kstephensontm , thank you for reporting this issue. according to the enumeration from [here](https://docs.aws.amazon.com/sdk-for-go/api/service/databasemigrationservice/#CreateDataProviderInput) the right way to specify the engine is as `aurora-postgresql`. I realize that Cloudformation documentation also...

thanks for reporting this issue, I would prefer we keep this issue open for further investigation.

I believe the problem with Kendra FAQ is upstream AWS. ``` awscc_kendra_faq.example: Creating... awscc_kendra_faq.example: Still creating... [10s elapsed] ╷ │ Error: AWS SDK Go Service Operation Incomplete │ │ with...

From inspecting the execution plan, there's one particular attribute (`server_side_encryption_configuration`) that I suspect causing the problem ``` # awscc_kendra_index.example must be replaced -/+ resource "awscc_kendra_index" "example" { ~ arn =...