The Unparseable iamMember error in Google Cloud Platform (GCP) when using Terraform typically indicates that there's an issue with the format of the IAM member string in your Terraform configuration. This error means that GCP cannot understand the IAM member format you provided.

Continue Reading...

Controlling IAM Users, Roles and Policies are always critical from a security aspect. Right management of the IAM User, IAM Roles and IAM Policies can certainly upgrade the operational burden as well as the security of the AWS environment. Below is an example of how you can use Terraform to manage AWS IAM policies, r

Continue Reading...

When you use the AWS API call projects sometime if you may get an error like "Missing credentials in the config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1", it looks like

Continue Reading...