redwarn

Results 2 issues of redwarn

This PR enhances the AWS configuration logic by introducing support for the AWS default credential provider chain. When accessKey and secretKey are empty, allowing it to automatically load credentials from...

### Terraform Version ``` v1.74.1 ``` ### Terraform Configuration Files ```hcl resource "huaweicloud_networking_port" "zk_ip" { count = 3 ... } resource "huaweicloud_compute_interface_attach" "zk_ip" { count = 3 instance_id = huaweicloud_compute_instance.kafka[count.index].id...