diff --git a/modules/cirrus/param_store.tf b/modules/cirrus/param_store.tf index 4ab9b4d..dcbafc4 100644 --- a/modules/cirrus/param_store.tf +++ b/modules/cirrus/param_store.tf @@ -71,4 +71,4 @@ resource "aws_ssm_parameter" "cirrus_IAM_cli_role" { name = "${local.parameter_prefix}CIRRUS_CLI_IAM_ARN" type = "String" value = aws_iam_role.cirrus_instance_cli_management_role[1].arn -} \ No newline at end of file +}