Skip to content

Commit

Permalink
Update Data Fusion Instance to conform with 3.0.0 id updates (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn authored and rileykarson committed Nov 13, 2019
1 parent 5b665ad commit ba5e63d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions products/datafusion/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides
update_minutes: 10
delete_minutes: 25
autogen_async: true
id_format: "{{project}}/{{region}}/{{name}}"
import_format: ["projects/{{project}}/locations/{{region}}/instances/{{name}}"]
examples:
- !ruby/object:Provider::Terraform::Examples
name: "data_fusion_instance_basic"
Expand All @@ -40,7 +38,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
required: false
default_from_api: true
name: !ruby/object:Overrides::Terraform::PropertyOverride
custom_expand: 'templates/terraform/custom_expand/redis_instance_name.erb'
custom_expand: 'templates/terraform/custom_expand/shortname_to_url.go.erb'
custom_flatten: 'templates/terraform/custom_flatten/name_from_self_link.erb'
# This is for copying files over
files: !ruby/object:Provider::Config::Files
Expand Down

0 comments on commit ba5e63d

Please sign in to comment.