Skip to content

Commit 8e308d2

Browse files
committed
fix: remove dns-primary
1 parent d440784 commit 8e308d2

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

test/component_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (s *ComponentSuite) TestBasic() {
4242
},
4343
}
4444

45-
defer s.DestroyAtmosComponent(s.T(), component, stack, &inputs)
45+
defer s.DestroyAtmosComponent(s.T(), component, stack, nil)
4646
options, _ := s.DeployAtmosComponent(s.T(), component, stack, &inputs)
4747
assert.NotNil(s.T(), options)
4848

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import:
22
- orgs/default/test/_defaults
33
- catalog/vpc
4-
- catalog/dns-primary
54
- catalog/dns-delegated
65
- catalog/usecase/basic
76
- catalog/usecase/disabled

test/fixtures/vendor.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ spec:
2929
- "**/modules/**"
3030
excluded_paths: []
3131

32-
- component: "dns-primary"
33-
source: github.com/cloudposse-terraform-components/aws-dns-primary.git//src?ref={{.Version}}
34-
version: v1.534.0
35-
targets:
36-
- "components/terraform/dns-primary"
37-
included_paths:
38-
- "**/*.tf"
39-
- "**/*.md"
40-
- "**/*.tftmpl"
41-
- "**/modules/**"
42-
excluded_paths: []
43-
4432
- component: "dns-delegated"
4533
source: github.com/cloudposse-terraform-components/aws-dns-delegated.git//src?ref={{.Version}}
4634
version: v1.535.1

0 commit comments

Comments
 (0)