RB

Results 868 comments of RB

@napestershine please give some more information regarding your error, inputs, version, etc

For now, you may want to set the `zone_id` or `zone_name` to keep all the verification records added to the same zone. This should work for you. If that doesn't...

Ive been thinking of the interface. How's this one? cc @apanzerj @jamengual ```hcl domains = [ { domain = "google.com" zone_name = "google.com" san = false }, { domain =...

Or option 2 ```hcl # same interface for these top inputs domain_name = "google.com" zone_name = "google.com" # or zone_id process_domain_validation_options = true ttl = "300" # this one can...

There is one way to do it now 1. `terraform init` 1. Use `patch` to apply a local patch to `.terraform` dir 1. `terraform plan` or `terraform apply`

Overriding a module with a local patch is similar to how you can use kustomize to use an upstream helm chart and apply a patch. We're basically asking for a...

Here is my understanding * The `template_file` provider can still be used but it does not work on darwin arm (M1 apple laptops) * The `template_file` provider is archived so...

An alternative is to use the copied template provider with an arm release. This has been done with the following provider and published to the registry. https://registry.terraform.io/providers/cloudposse/template/latest https://registry.terraform.io/providers/gxben/template/latest You can...

Ok, yep weird enough a restart worked. Thank you for the help! I didn't see this in the troubleshooting doc > When this step is done you have to restart...

Hmmm, I'm running into the issue again. This is an odd one. I also tried downgrading. ``` wget https://raw.githubusercontent.com/caskroom/homebrew-cask/aa6520902e4fbb2ffb2a836514cf3851dde2951a/Casks/flameshot.rb brew install flameshot.rb ``` ``` $ /Applications/flameshot.app/Contents/MacOS/flameshot --version Flameshot v12.0.0 (b4737f8a)...