GitHub / alcxyz / terraform-example-foundation
Shows how the CFT modules can be composed to build a secure cloud foundation
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alcxyz%2Fterraform-example-foundation
Fork of terraform-google-modules/terraform-example-foundation
Stars: 0
Forks: 0
Open issues: 0
License: apache-2.0
Language: HCL
Size: 2.06 MB
Dependencies parsed at:
1,978
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
- cloud.google.com/go v0.110.0
- cloud.google.com/go/compute v1.18.0
- cloud.google.com/go/compute/metadata v0.2.3
- cloud.google.com/go/iam v0.12.0
- cloud.google.com/go/storage v1.29.0
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0
- github.com/agext/levenshtein v1.2.3
- github.com/apparentlymart/go-textseg/v13 v13.0.0
- github.com/aws/aws-sdk-go v1.44.209
- github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
- github.com/davecgh/go-spew v1.1.1
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.9
- github.com/google/uuid v1.3.0
- github.com/googleapis/enterprise-certificate-proxy v0.2.3
- github.com/googleapis/gax-go/v2 v2.7.0
- github.com/gruntwork-io/terratest v0.41.12
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-cleanhttp v0.5.2
- github.com/hashicorp/go-getter v1.7.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/go-safetemp v1.0.0
- github.com/hashicorp/go-version v1.6.0
- github.com/hashicorp/hcl/v2 v2.16.1
- github.com/hashicorp/terraform-json v0.15.0
- github.com/jinzhu/copier v0.3.5
- github.com/jmespath/go-jmespath v0.4.0
- github.com/klauspost/compress v1.15.15
- github.com/mattn/go-zglob v0.0.4
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64
- github.com/mitchellh/go-wordwrap v1.0.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.2
- github.com/terraform-google-modules/terraform-example-foundation/test/integration v0.0.0-20230503230051-e9e2618ef515
- github.com/tidwall/gjson v1.14.4
- github.com/tidwall/match v1.1.1
- github.com/tidwall/pretty v1.2.1
- github.com/tidwall/sjson v1.2.5
- github.com/tmccombs/hcl2json v0.4.0
- github.com/ulikunitz/xz v0.5.11
- github.com/zclconf/go-cty v1.13.0
- go.opencensus.io v0.24.0
- golang.org/x/crypto v0.6.0
- golang.org/x/mod v0.8.0
- golang.org/x/net v0.8.0
- golang.org/x/oauth2 v0.6.0
- golang.org/x/sys v0.6.0
- golang.org/x/text v0.8.0
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
- google.golang.org/api v0.110.0
- google.golang.org/appengine v1.6.7
- google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
- google.golang.org/grpc v1.53.0
- google.golang.org/protobuf v1.28.1
- gopkg.in/yaml.v3 v3.0.1
.github/workflows/stale.yml
actions
- actions/stale v8 composite
0-bootstrap/Dockerfile
docker
- gcr.io/cloud-builders/gcloud-slim latest build
.github/workflows/lint.yaml
actions
- actions/checkout v3 composite
- cloud.google.com/go v0.110.0
- cloud.google.com/go/compute v1.18.0
- cloud.google.com/go/compute/metadata v0.2.3
- cloud.google.com/go/iam v0.12.0
- cloud.google.com/go/storage v1.29.0
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0
- github.com/agext/levenshtein v1.2.3
- github.com/apparentlymart/go-textseg/v13 v13.0.0
- github.com/aws/aws-sdk-go v1.44.209
- github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
- github.com/davecgh/go-spew v1.1.1
- github.com/go-errors/errors v1.4.2
- github.com/go-openapi/jsonpointer v0.19.6
- github.com/go-openapi/jsonreference v0.20.2
- github.com/go-openapi/swag v0.22.3
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.2
- github.com/google/gnostic v0.6.9
- github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.2.0
- github.com/google/uuid v1.3.0
- github.com/googleapis/enterprise-certificate-proxy v0.2.3
- github.com/googleapis/gax-go/v2 v2.7.0
- github.com/gruntwork-io/terratest v0.41.12
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-cleanhttp v0.5.2
- github.com/hashicorp/go-getter v1.7.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/go-safetemp v1.0.0
- github.com/hashicorp/go-version v1.6.0
- github.com/hashicorp/hcl/v2 v2.16.1
- github.com/hashicorp/terraform-json v0.15.0
- github.com/jinzhu/copier v0.3.5
- github.com/jmespath/go-jmespath v0.4.0
- github.com/josharian/intern v1.0.0
- github.com/klauspost/compress v1.15.15
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-zglob v0.0.4
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64
- github.com/mitchellh/go-wordwrap v1.0.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.2
- github.com/tidwall/gjson v1.14.4
- github.com/tidwall/match v1.1.1
- github.com/tidwall/pretty v1.2.1
- github.com/tidwall/sjson v1.2.5
- github.com/tmccombs/hcl2json v0.4.0
- github.com/ulikunitz/xz v0.5.11
- github.com/zclconf/go-cty v1.13.0
- go.opencensus.io v0.24.0
- golang.org/x/crypto v0.6.0
- golang.org/x/mod v0.8.0
- golang.org/x/net v0.8.0
- golang.org/x/oauth2 v0.6.0
- golang.org/x/sys v0.6.0
- golang.org/x/text v0.8.0
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
- google.golang.org/api v0.110.0
- google.golang.org/appengine v1.6.7
- google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
- google.golang.org/grpc v1.53.0
- google.golang.org/protobuf v1.28.1
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/kube-openapi v0.0.0-20230224204730-66828de6f33b
- sigs.k8s.io/kustomize/kyaml v0.14.0