Skip to content

Changing tags triggers re-creation of client VPN #124

@sgkouts85

Description

@sgkouts85

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

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions