Szasza Palmer
Szasza Palmer
Hi @guregu , Thank you for maintaining the package, it is much appreciated. I would like to ask if there has been a consideration around using interface types instead of...
Hi @gusaul , Thank you for maintaining this package, it is much appreciated. It may be a good feature to add matching based on partial expectations. An example is when...
Hi @gusaul , I hope you are well. Thank you for maintaining the package, it is much appreciated. This issue is about asking if it made sense to extend `Scan`...
Hi @goosemanjack and @snadorp, First of all thank you for providing an XSD for VMAP 1.0.1. I would like to ask if it would be possible to have one for...
As `parsedmarc`'s functionality gets richer, the functions' parameter lists are getting longer due to the config being parsed on top level and all the values are individually passed down in...
AWS OpenSearch has two methods to authenticate with, details can be found at https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-master-user `parsedmarc` can access AWS OpenSearch using master user credentials and the internal user database. This however...
As per the Mailgun API there is a programmatic way to trigger DNS setting verification which would be great to be available via the provider. Purpose-wise there are three groups...
### Terraform Version `v1.4.4` ### Affected Resource(s) - mailgun_domain ### Expected Behavior No change should be shown in the last `terraform plan` after importing a Mailgun domain which matches the...
Closes #389
### Terraform Version All. ### Affected Resource(s) - mailgun_secure_tracking (new) ### Example Terraform Configuration Files ```hcl resource "mailgun_domain" "default" { name = "test.example.com" region = "us" open_tracking = "yes" click_tracking...