We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ac2f2 commit ff45962Copy full SHA for ff45962
1 file changed
internal/clients/iampolicy/resource_iam_policy_test.go
@@ -54,13 +54,6 @@ func createIamPolicySchema() schema.Schema {
54
55
type rmPolicyOption func(*models.HashicorpCloudResourcemanagerPolicy)
56
57
-func withRmPolicyEtag(etag string) rmPolicyOption {
58
- return func(d *models.HashicorpCloudResourcemanagerPolicy) {
59
- d.Etag = etag
60
- }
61
-
62
-}
63
64
func withRmPolicyBinding(roleID string, members ...*models.HashicorpCloudResourcemanagerPolicyBindingMember) rmPolicyOption {
65
return func(d *models.HashicorpCloudResourcemanagerPolicy) {
66
binding := &models.HashicorpCloudResourcemanagerPolicyBinding{
0 commit comments