hvle
hvle
here are the logs ``` $ bundle exec kitchen test -----> Starting Kitchen (v1.25.0) -----> Cleaning up any prior instances of -----> Destroying ... Terraform v0.12.8 Your version of Terraform...
I also tried ```ruby describe google_compute_global_address(project: PROJECT_ID, name: 'default-svc-peering') do it { should exist } its('ip_version') { should == 'IPV4' } end ``` but got this result ``` ✔ GlobalAddress...
We still have the error with the following code : ```hcl resource "google_compute_global_address" "svc_ip_range" { count = var.ENABLE_SVC_PEERING ? 1 : 0 provider = "google-beta" name = var.SVC_IP_RANGE_NAME purpose =...
Still no success with version `v0.23.2` inspect.yml ```yml name: basic-inspect-gcp depends: - name: inspec-gcp git: https://github.com/inspec/inspec-gcp.git tag: v0.23.2 supports: - platform: gcp ``` ``` Running with gitlab-runner 12.5.0 (577f813d) on...
Could this feature request be answered with PR https://github.com/ansible-collections/community.grafana/pull/242 ?
> What happens when you change the :80 to :443? That would be awesome ! Is there a way to configure the port freshclam is making the call ?
Yes, that would be helpful since the dependencies might not change that often except for SNAPSHOT
My workaround: ``` terragrunt stack generate terragrunt run --all plan ```