Annie Hedgpeth
Annie Hedgpeth
I'm creating a random password for my VM and outputting it like so: ``` output "agent_vm_password" { value = random_password.vm_admin_password.result } ``` And it would be great to use the...
I was able to run InSpec successfully like so with WinRM: ``` inspec exec ./test/integration/windows-agent-test/controls/vm.rb -b winrm -t computername.company.corp --user company\username --password "alphanumericpassword" -p 5986 --no-self-signed ``` However, when I...
https://docs.chef.io/server/server_backup_restore/ It looks like `chef-server-ctl backup` backs up to `/tmp` and THEN moves to `/var/opt/chef-backup`. This would have been helpful to know when we had to move disk space around.
test
## Background Please include a one or two sentence description of what you're changing and why. Relates OR Closes #0000 ## How Has This Been Tested Please describe the tests...
## Background When testing `/metrics` in [TF-5770](https://hashicorp.atlassian.net/browse/TF-5770), I discovered that this module lacks the proper networking to allow the metrics ports to be reached. ## How Has This Been Tested...
**What problem would you like to address?** Currently for someone to run the slash commands (i.e. `/test all`), the user must be admin of the repo. This security posture is...
**What problem would you like to address?** After this [pull request](https://github.com/hashicorp/terraform-azurerm-terraform-enterprise/pull/199) was created that added an option for [tunneling](https://registry.terraform.io/providers/hashicorp/azurerm/3.2.0/docs/resources/bastion_host#tunneling_enabled), we should use this feature in our tests wherever possible. This...
### Expected Behavior Currently, if you make the `metrics_endpoint_enabled` variable `true`, the load balancer or application gateway is not configured to allow the metrics ports. ### Actual Behavior The setting...
**What problem would you like to address?** Currently for someone to run the slash commands (i.e. `/test all`), the user must be admin of the repo. This security posture is...
### Expected Behavior We need [this](https://github.com/hashicorp/terraform-provider-aws/issues/19583#issuecomment-1563262107) fix for the default tags. ### Actual Behavior If you change default tags, it won't init. ### Steps to Reproduce spin something up on...