Nicholas Bering

Results 9 issues of Nicholas Bering

Reformat the documentation to play nice with the Terraform registry. https://www.terraform.io/docs/registry/providers/docs.html

documentation

This one's an interesting edge case. I wanted to pass an array of hostnames to a variable... ```hcl resource "ansible_host" "example" { inventory_hostname = "example.com" vars { certificate_domains = [...

Use the resolution from #116 to write some documentation on how to format the data table for manual diff chart generation.

documentation

This issue is to keep track of event handler directive creation for each of the events used by specific types of charts. ### ChartWrapper - [x] error - [x] ready...

# Project Roadmap - Beyond 0.1.0 > **Disclaimer**: First, I'd like to say that the content of this document is just my opinion, and may change with input. My intent...

discussion
roadmap

CLI Version: **0.10.8** OS Type: Mac OS 10.12.1 Installation via: npm Mode: **ARM ** Environment: **AzureCloud** Description: `azure sp create -n -p ` command does not produce a key entry...

ARM
Authorization

I've got a little test framework going that just has sample terraform configurations, with state files checked-in. Along with them, there as a JSON file that represents the expected output...

I've made some assumptions in the design that prefer a project were Terraform and Ansible configuration are in the same directory, because that's how I organize things. I've also provided...