0
0
llucycodes42
The code defines a resource named "aws_iam_access_key" that refers to an access key for the AWS IAM service.
Shortcut: tf_aws_iam_access_key
resource "aws_iam_access_key" "${MyAWSResource}" {
}
0
0
llucycodes42
The code defines a resource named "aws_iam_access_key" that refers to an access key for the AWS IAM service.
Shortcut: tf_aws_iam_access_key
resource "aws_iam_access_key" "${MyAWSResource}" {
}