Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow committed Oct 28, 2019
1 parent 427388a commit 2ceff33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func TestAccServiceAccountIamPolicy_withCondition(t *testing.T) {
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: testAccServiceAccountIamPolicy_basic(account),
Config: testAccServiceAccountIamPolicy_withCondition(account),
},
{
ResourceName: "google_service_account_iam_policy.foo",
Expand Down
2 changes: 2 additions & 0 deletions third_party/terraform/utils/iam.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ import (
)

const maxBackoffSeconds = 30
<% unless version == 'ga' -%>
const iamPolicyVersion = 3
<% end -%>

// These types are implemented per GCP resource type and specify how to do per-resource IAM operations.
// They are used in the generic Terraform IAM resource definitions
Expand Down

0 comments on commit 2ceff33

Please sign in to comment.