Ansgar Tasler

Results 4 issues of Ansgar Tasler

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

hacktoberfest

### Terraform Version terraform-providers/openstack v1.28.0 ### Affected Resource(s) openstack_dns_recordset_v2 ### Terraform Configuration Files ```hcl resource "openstack_dns_recordset_v2" "this" { zone_id = ... name = "invalid?domain_name" description = "..." ttl = 600...

### What problem are you facing? I want to run [`terraform test`](https://developer.hashicorp.com/terraform/language/modules/testing-experiment) in a pre-commit hook if either the module or one of the module's tests changed. `terraform test` has...

feature
good first issue
estimate/1day

### Terraform Version Noticed on 1.3.4, also exists on 1.4.4 ### Affected Resource(s) - data.googleworkspace_org_unit ### Terraform Configuration Files ```hcl data "googleworkspace_org_unit" "root" { org_unit_path = "/" } output "root"...