Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Aug 16, 2019
1 parent 4e9ac7a commit 0b9e2b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions products/bigtable/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ objects:
url_param_only: true
- !ruby/object:Api::Type::Boolean
name: 'ignoreWarnings'
description: 'If true, ignore safety checks when deleting the app profile.'
description: 'If true, ignore safety checks when deleting/updating the app profile.'
default_value: false
url_param_only: true
properties:
Expand All @@ -61,7 +61,7 @@ objects:
- !ruby/object:Api::Type::String
name: 'description'
description: |
Optional long form description of the use case for this app profile.
Long form description of the use case for this app profile.
- !ruby/object:Api::Type::Boolean
name: 'multiClusterRoutingUseAny'
conflicts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
-%>
func flatten<%= prefix -%><%= titlelize_property(property) -%>(v interface{}, d *schema.ResourceData) interface{} {
if v == nil {
return false
if v == nil {
return false
}

return true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform/helper/resource"
)

func TestAccBigtableAppProfile_basic(t *testing.T) {
func TestAccBigtableAppProfile_update(t *testing.T) {
t.Parallel()

instanceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
Expand Down

0 comments on commit 0b9e2b3

Please sign in to comment.