Skip to content

Commit

Permalink
Fix google_cloud_run_service permadiff on `template.spec.containers…
Browse files Browse the repository at this point in the history
….ports.name` (#5331) (#10340)

Co-authored-by: upodroid <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: upodroid <[email protected]>
  • Loading branch information
modular-magician and upodroid authored Oct 18, 2021
1 parent 6e11d49 commit 3f12c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/5331.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
cloudrun: fixed a permadiff on the field `template.spec.containers.ports.name` of the `google_cloud_run_service` resource
```
1 change: 1 addition & 0 deletions google/resource_cloud_run_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ https://cloud.google.com/run/docs/reference/rest/v1/RevisionSpec#ContainerPort`,
},
"name": {
Type: schema.TypeString,
Computed: true,
Optional: true,
Description: `Name of the port.`,
},
Expand Down

0 comments on commit 3f12c15

Please sign in to comment.