Commit 9382d125 authored by Beckybrannan's avatar Beckybrannan

Removing tag for role

parent c4605781
......@@ -23,12 +23,10 @@ variable "admin" {
# IAM Role, Policy and Attachment
#############################################################################################################
# Terraform Version > 0.12.0 only
resource "aws_iam_role" "role" {
name = var.name
assume_role_policy = templatefile("${path.module}/assume_role.json", { source_account_id = var.source_account_id })
tags = {
TerraformVersion = "> 0.12.0"
}
lifecycle { create_before_destroy = true }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment