Skip to content

Commit

Permalink
QLT-0000: fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Efrat Shoham committed Nov 14, 2024
1 parent 5008bb2 commit 085fd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qwilt/cdn/tests_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (b *TerraformConfigBuilder) DelCertResource(name string) *TerraformConfigBu
delete(b.certResources, name)
return b
}
func (b *TerraformConfigBuilder) IpAllowListDataSource(name string) *TerraformConfigBuilder {
func (b *TerraformConfigBuilder) OriginAllowListDataSource(name string) *TerraformConfigBuilder {
dataCfg := fmt.Sprintf(`
data "qwilt_cdn_origin_allow_list" "%s" {
}
Expand Down

0 comments on commit 085fd36

Please sign in to comment.