Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Silva <50742829+silvaalbert@users.noreply.github.com>
  • Loading branch information
ddericco and silvaalbert committed Oct 27, 2022
1 parent 25f63c2 commit a41826d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func DataSourceFirewallResourcePolicy() *schema.Resource {
ValidateFunc: verify.ValidARN,
},
"policy": {
// No validation needed since policy JSON is returned from call
Type: schema.TypeString,
Computed: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/hashicorp/terraform-provider-aws/internal/acctest"
)

func TestAccNetworkFirewallFirewallResourcePolicyDataSource(t *testing.T) {
func TestAccNetworkFirewallFirewallResourcePolicyDataSource_basic(t *testing.T) {
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
resourceName := "aws_networkfirewall_resource_policy.test"

Expand Down

0 comments on commit a41826d

Please sign in to comment.