// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 data "aws_caller_identity" "current" {} data "aws_elb_service_account" "main" {} resource "aws_glacier_vault" "vault" { name = var.NAME access_policy = <