0
0
llucycodes42
The following code creates an instance of the AWS Glacier Vault service. This service lets you store and access data using the Amazon Glacier storage service.
Shortcut: tf_aws_glacier_vault
resource "aws_glacier_vault" "${MyAWSResource}" {
}