Skip to content

Add tags to records #46

@glensc

Description

Describe the Feature

There's no "tags" in record:

  • resource "cloudflare_record" "default" {
    for_each = local.records
    zone_id = local.zone_id
    name = each.value.name
    type = each.value.type
    value = each.value.value
    priority = lookup(each.value, "priority", null)
    proxied = lookup(each.value, "proxied", false)
    ttl = lookup(each.value, "ttl", 1)
    }

Extra

Also, I tried to pass context.tags via atmos config, and then it totally blew up

components:
  terraform:
    cloudflare-zone:
      vars:
        context:
          tags:
            - "cloudflare-terraform"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions