Skip to content

Commit

Permalink
Add ForceNew to result_conn
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad committed Aug 29, 2021
1 parent 0f20724 commit 3f4eded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/data_source_remote_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func dataSourceRemoteFile() *schema.Resource {
"result_conn": {
Type: schema.TypeList,
Computed: true,
ForceNew: true,
Description: "Result of applying provider's `conn` as default to optional `conn`",
Elem: connectionSchemaResource,
},
Expand Down
1 change: 1 addition & 0 deletions internal/provider/resource_remote_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func resourceRemoteFile() *schema.Resource {
"result_conn": {
Type: schema.TypeList,
Computed: true,
ForceNew: true,
Description: "Computed conn for handling default functionality.",
Elem: connectionSchemaResource,
},
Expand Down

0 comments on commit 3f4eded

Please sign in to comment.