giuseppeborgese / terraform-aws-secret-manager-with-rotation

This module will create all the resources to store and rotate a MySQL or Aurora password using the AWS Secrets Manager service.
MIT License
42 stars 52 forks source link

Update syntax of tags for Terraform v0.12.8 #2

Closed taylorgoodallau closed 5 years ago

taylorgoodallau commented 5 years ago

Update syntax of tags in the aws provider for Terraform v0.12.8

lafraia commented 5 years ago

@giuseppeborgese Latest tag 1.0.1 still uses old syntax

giuseppeborgese commented 5 years ago

do you want to push a merge request to fix it?

lafraia commented 5 years ago

@giuseppeborgese The master branch is fixed, I believe you just have to push a new version tag.

giuseppeborgese commented 5 years ago

@lafraia, you are right, Just added a new tag. Thanks for the suggestion