Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.tf #4

Closed
wants to merge 1 commit into from
Closed

Update main.tf #4

wants to merge 1 commit into from

Conversation

nsantini
Copy link
Contributor

Potential bug setting the user name for the record
Not sure, looking at https://ruepprich.com/terraforming-from-csv/ for reference

  for_each = { for item in local.contents : item.name => item }
  namespace      = data.oci_objectstorage_namespace.ns.namespace
  name           = each.value.name
  access_type    = each.value.access_type

Potential bug setting the user name for the record
@irab
Copy link
Owner

irab commented May 21, 2023

That'll have same effect as what is happening now, as the key is being set as the username? - key.username => key

I applied manually, so this was the change.

Terraform will perform the following actions:

  # cloudflare_record.dids["nico"] will be created
  + resource "cloudflare_record" "dids" {
      + allow_overwrite = true
      + created_on      = (known after apply)
      + hostname        = (known after apply)
      + id              = (known after apply)
      + metadata        = (known after apply)
      + modified_on     = (known after apply)
      + name            = "nico"
      + proxiable       = (known after apply)
      + ttl             = 300
      + type            = "TXT"
      + value           = "did=did:plc:owjzh2rgyrwchftot3hzmgku"
      + zone_id         = "ece81bdc8196d1bcb85e7b5ad25846bb"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

If you dig +short TXT @162.159.44.193 nico.bsky.nz, you'll see the TXT record. Propagation is taking longer than I thought it would...

@irab
Copy link
Owner

irab commented May 21, 2023

Issue is most likely this one:
actions/checkout#455

@nsantini nsantini closed this May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants