Skip to content

Commit

Permalink
Upgrade terraform-provider-fastly to v5.7.1 (#475)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-fastly
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-fastly from 5.7.0  to 5.7.1.
	Fixes #474
  • Loading branch information
pulumi-bot committed Mar 18, 2024
1 parent 0141db7 commit 35c8423
Show file tree
Hide file tree
Showing 19 changed files with 275 additions and 4 deletions.
8 changes: 8 additions & 0 deletions provider/cmd/pulumi-resource-fastly/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,10 @@
"type": "string",
"description": "The unique name of the Scalyr logging endpoint. It is important to note that changing this attribute will delete and recreate the resource\n"
},
"projectId": {
"type": "string",
"description": "The name of the logfile field sent to Scalyr\n"
},
"region": {
"type": "string",
"description": "The region that log data will be sent to. One of `US` or `EU`. Defaults to `US` if undefined\n"
Expand Down Expand Up @@ -3336,6 +3340,10 @@
"type": "string",
"description": "Where in the generated VCL the logging call should be placed.\n"
},
"projectId": {
"type": "string",
"description": "The name of the logfile field sent to Scalyr\n"
},
"region": {
"type": "string",
"description": "The region that log data will be sent to. One of `US` or `EU`. Defaults to `US` if undefined\n"
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require (
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/ettle/strcase v0.1.1 // indirect
github.com/fastly/go-fastly/v9 v9.0.0 // indirect
github.com/fastly/go-fastly/v9 v9.2.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1741,8 +1741,8 @@ github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLi
github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/evanphx/json-patch/v5 v5.5.0/go.mod h1:G79N1coSVB93tBe7j6PhzjmR3/2VvlbKOFpnXhI9Bw4=
github.com/fastly/go-fastly/v9 v9.0.0 h1:KQIqimmw0SJikXCEE+0kDzvYgCIaO8+upl7y9Sfo2fc=
github.com/fastly/go-fastly/v9 v9.0.0/go.mod h1:iGGitrzwWXtwFVkESHsTNENc/BZTY9z2IfyFxN2FJjw=
github.com/fastly/go-fastly/v9 v9.2.0 h1:+tCE/5LV0fa9bMuIBKx5Xtc4N/dTlRjB02b3bSddRv4=
github.com/fastly/go-fastly/v9 v9.2.0/go.mod h1:5w2jgJBZqQEebOwM/rRg7wutAcpDTziiMYWb/6qdM7U=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
Expand Down
6 changes: 6 additions & 0 deletions sdk/dotnet/Inputs/ServiceComputeLoggingScalyrArgs.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sdk/dotnet/Inputs/ServiceComputeLoggingScalyrGetArgs.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sdk/dotnet/Inputs/ServiceVclLoggingScalyrArgs.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sdk/dotnet/Inputs/ServiceVclLoggingScalyrGetArgs.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdk/dotnet/Outputs/ServiceComputeLoggingScalyr.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdk/dotnet/Outputs/ServiceVclLoggingScalyr.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions sdk/go/fastly/pulumiTypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 35c8423

Please sign in to comment.