@@ -24,26 +24,27 @@ spec:
2424 # In 'source', Golang templates are supported https://pkg.go.dev/text/template.
2525 # If 'version' is provided, '{{.Version}}' will be replaced with the 'version' value before pulling the files from 'source'.
2626 # Download the component from the AWS public ECR registry (https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html).
27- - component : " vpc"
28- source : " oci://public.ecr.aws/cloudposse/components/terraform/stable/aws/vpc:{{.Version}}"
29- version : " latest"
30- targets :
31- - " components/terraform/infra/vpc3"
32- # Only include the files that match the 'included_paths' patterns.
33- # If 'included_paths' is not specified, all files will be matched except those that match the patterns from 'excluded_paths'.
34- # 'included_paths' support POSIX-style Globs for file names/paths (double-star `**` is supported).
35- # https://en.wikipedia.org/wiki/Glob_(programming)
36- # https://github.com/bmatcuk/doublestar#patterns
37- included_paths :
38- - " **/*.tf"
39- - " **/*.tfvars"
40- - " **/*.md"
41- # Tags can be used to vendor component that have the specific tags
42- # `atmos vendor pull --tags test`
43- # Refer to https://atmos.tools/cli/commands/vendor/pull
44- tags :
45- - test
46- - networking
27+ # TODO: Fix OCI test repository then re-enable this vendoring configuration
28+ # - component: "vpc"
29+ # source: "oci://public.ecr.aws/cloudposse/components/terraform/stable/aws/vpc:{{.Version}}"
30+ # version: "latest"
31+ # targets:
32+ # - "components/terraform/infra/vpc3"
33+ # # Only include the files that match the 'included_paths' patterns.
34+ # # If 'included_paths' is not specified, all files will be matched except those that match the patterns from 'excluded_paths'.
35+ # # 'included_paths' support POSIX-style Globs for file names/paths (double-star `**` is supported).
36+ # # https://en.wikipedia.org/wiki/Glob_(programming)
37+ # # https://github.com/bmatcuk/doublestar#patterns
38+ # included_paths:
39+ # - "**/*.tf"
40+ # - "**/*.tfvars"
41+ # - "**/*.md"
42+ # # Tags can be used to vendor component that have the specific tags
43+ # # `atmos vendor pull --tags test`
44+ # # Refer to https://atmos.tools/cli/commands/vendor/pull
45+ # tags:
46+ # - test
47+ # - networking
4748 - component : " vpc-flow-logs-bucket"
4849 source : " git::https://github.com/cloudposse/terraform-aws-components.git//modules/vpc-flow-logs-bucket?ref={{.Version}}"
4950 version : " 1.323.0"
0 commit comments