Don Bower

Results 10 issues of Don Bower

### Current Terraform Version 1.0.8 ``` ... ``` ### Use-cases Formating .tf and .tfvars files to have consistent separation between key and value provides easier to read code. current behavior...

enhancement
fmt

I'd like to be able to convert between the three Qs.

After deploying helm chart in --debug --dry-run mode, the service is rendered: ``` --- # Source: concourse/templates/web-prometheus-svc.yaml apiVersion: v1 kind: Service metadata: name: concourse-web-prometheus labels: app: concourse-web chart: "concourse-14.0.3" release:...

#257 closed over a year ago, but I think we still have a need for this. I would like to pre-configure NOOBs with a bluetooth .conf file, similar to the...

### Summary Provide a special section (similar to `pre_tasks` and `post_tasks`) that would a variable to be defined, and default and override values to be set, either by clever jinja2...

module
needs_triage
support:core
feature
affects_2.15

### Community Guidelines - [X] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [X] 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...

enhancement

##### SUMMARY Currently only IPv4 is supported. It would be nice to support IPv6 ##### ISSUE TYPE - Feature Idea Support added by using `ipv6_` to the necessary parameter keys....

##### SUMMARY While creating DHCP leases are a great feature, A zone is required to place them in. ##### ISSUE TYPE - Feature Idea Add a new module which will...

##### SUMMARY Ability to identify specific DHCP options, such as 012 Host Name or 007 Log Servers, etc along with the specified values ##### ISSUE TYPE - Feature Idea provide...

Note: I am using the local gateway as my API endpoint: `UNIFI_API=https://10.0.0.1` I create a port profile with the following: ``` resource "unifi_port_profile" "ag6hq_mgt" { name = "ag6hq-mgt port profile"...