0
0
llucycodes42
This code creates a resource named aws_opsworks_permission with the following attributes:
Name: aws_opsworks_permission
Type: Resource
Status: Available
Associations:
arn:aws:opsworks:permission:<account_id>:<resource_id>:<key_name>:<secret_key>
This code creates a permission for the account with the account ID of 123 and the resource ID of myAWSResource with the key name of myAWSKey and the secret key of myAWSSecret.
Shortcut: tf_aws_opsworks_permission
resource "aws_opsworks_permission" "${MyAWSResource}" {
}