Welly Siauw AWS
Welly Siauw AWS
Another problem, the `target_ips` attribute also detected unnecessary changes because the `ipv_6` was stored in the Terraform state as `null` Terraform state output (redacted): ``` { "version": 4, "terraform_version": "1.4.2",...
relates to #1428
Suspected that the launch template id as the culprit since previously it was a composite id ``` resource "awscc_autoscaling_auto_scaling_group" "example" { . . . launch_template = { version = awscc_ec2_launch_template.example.latest_version_number...
Inspecting CCAPI return value, `instance_id` is not included: ``` aws cloudcontrol get-resource --type-name AWS::AutoScaling::AutoScalingGroup --identifier "EpjqgIQ0jk2vwuYmTf5YQwoKO-dl3G43SUGkuA" | jq -r ".ResourceDescription.Properties" | jq "." { "LoadBalancerNames": [], "ServiceLinkedRoleARN": "arn:aws:iam::204034886740:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling", "TargetGroupARNs": [],...
relates to #1139 where Terraform plan modifiers showhow thinks that null != empty / no response from CCAPI.
The resource schema is available [AWS::ControlTower::LandingZone](https://github.com/hashicorp/terraform-provider-awscc/blob/main/internal/service/cloudformation/schemas/AWS_ControlTower_LandingZone.json) but resource generation is currently [suppressed](https://github.com/hashicorp/terraform-provider-awscc/blob/d0a32ead06222a542f6c4cfc3ac88c2443e56cc6/internal/provider/all_schemas.hcl#L1000-L1007)
Relates to #156
I can replicate this via standard CCAPI call, likely upstream issue ``` aws cloudcontrol create-resource --type-name AWS::ApiGateway::Account --desired-state file://state.json { "ProgressEvent": { "TypeName": "AWS::ApiGateway::Account", "RequestToken": "471d9059-77ba-4aa1-8d16-47cd456edce5", "Operation": "CREATE", "OperationStatus": "IN_PROGRESS",...
I got similar error as well and I am escalating internally to Resilience Hub team
@Gokendra , thank you for your contribution. instead of adding the md file directly, could you use the `.md.tmpl` template file instead you can find example of similar pull request...