generated from cloudposse/terraform-example-module
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
When adding/removing tags in default_tags under providers.tf it triggers the re-creation of client-vpn.
Expected Behavior
Adding/removing tags should not re-create VPN client
Steps to Reproduce
- Deploy ec2-client-vpn with default_tags.
- Add another tag
- run terraform apply
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.96.0"
}
}
}
provider "aws" {
default_tags {
tags = {
Name = test
}
Screenshots
No response
Environment
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system