Skip to content

Commit

Permalink
Merge pull request hashicorp#25879 from hashicorp/b/deprecated-python…
Browse files Browse the repository at this point in the history
…-version-4.0-struct-fix

`app_service` - add missing struct tag for deprecated `python_version`
  • Loading branch information
jackofallops committed May 7, 2024
2 parents 68b15eb + 9cdeb80 commit f00ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/appservice/helpers/app_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type ApplicationStackWindows struct {
NetCoreVersion string `tfschema:"dotnet_core_version"`
NodeVersion string `tfschema:"node_version"`
PhpVersion string `tfschema:"php_version"`
PythonVersion string `tfschema:"python_version"`
PythonVersion string `tfschema:"python_version,removedInNextMajorVersion"`
Python bool `tfschema:"python"`
TomcatVersion string `tfschema:"tomcat_version"`

Expand Down

0 comments on commit f00ef46

Please sign in to comment.