Skip to content

Commit

Permalink
Upgrade terraform-provider-fastly to v5.6.0 (#352)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-fastly`.

---

- Upgrading terraform-provider-fastly from 5.5.0  to 5.6.0.
	Fixes #345
- Upgrading pulumi-terraform-bridge from v3.61.0 to v3.62.0.
  • Loading branch information
iwahbe authored Oct 25, 2023
1 parent 6affcd7 commit ce06bd5
Show file tree
Hide file tree
Showing 168 changed files with 1,393 additions and 1,746 deletions.
1 change: 1 addition & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ plugins:
- name: tls
version: "4.0.0"
team: ecosystem
javaGenVersion: "v0.9.8"
2 changes: 1 addition & 1 deletion .upgrade-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ upstream-provider-name: terraform-provider-fastly
pulumi-infer-version: true
remove-plugins: true
pr-reviewers: pulumi/Providers,lukehoban
javaVersion: "v0.5.4"
javaVersion: "v0.9.8"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
PROVIDER := pulumi-resource-$(PACK)
VERSION := $(shell pulumictl get version)
JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.5.4
JAVA_GEN_VERSION := v0.9.8
TESTPARALLELISM := 10
WORKING_DIR := $(shell pwd)
PULUMI_CONVERT := 0
Expand Down
32 changes: 9 additions & 23 deletions provider/cmd/pulumi-resource-fastly/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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/v8 v8.6.1 // indirect
github.com/fastly/go-fastly/v8 v8.6.2 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,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/v8 v8.6.1 h1:Hwn6RTHhnaCtafuTeFgXt2IrAPknwqttdj9DTlZ8BSg=
github.com/fastly/go-fastly/v8 v8.6.1/go.mod h1:sC3WMOjQxwXk+gRI68ooTJJsI+/6AMA/4JLvrhNgpVk=
github.com/fastly/go-fastly/v8 v8.6.2 h1:adylZjOIfZFB2itXSmZPY4Yf1zGXv9tDy7W37wCcTWA=
github.com/fastly/go-fastly/v8 v8.6.2/go.mod h1:sC3WMOjQxwXk+gRI68ooTJJsI+/6AMA/4JLvrhNgpVk=
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
4 changes: 2 additions & 2 deletions sdk/dotnet/Configstore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
namespace Pulumi.Fastly
{
/// <summary>
/// Provides a container that lets you store data in key-value pairs that are accessible to Compute@Edge services during request processing.
/// Provides a container that lets you store data in key-value pairs that are accessible to Compute services during request processing.
///
/// In order for a Config Store (`fastly.Configstore`) to be accessible to a [Compute@Edge](https://developer.fastly.com/learning/compute/) service you'll first need to define a Compute service (`fastly.ServiceCompute`) in your configuration, and then create a link to the Config Store from within the service using the `resource_link` block (shown in the below examples).
/// In order for a Config Store (`fastly.Configstore`) to be accessible to a [Compute](https://developer.fastly.com/learning/compute/) service you'll first need to define a Compute service (`fastly.ServiceCompute`) in your configuration, and then create a link to the Config Store from within the service using the `resource_link` block (shown in the below examples).
///
/// ## Example Usage
///
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ServiceComputeProductEnablementArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class ServiceComputeProductEnablementArgs : global::Pulumi.Resourc
public Input<bool>? Fanout { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class ServiceComputeProductEnablementGetArgs : global::Pulumi.Reso
public Input<bool>? Fanout { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ServiceVclProductEnablementArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed class ServiceVclProductEnablementArgs : global::Pulumi.ResourceArg
public Input<bool>? ImageOptimizer { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ServiceVclProductEnablementGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed class ServiceVclProductEnablementGetArgs : global::Pulumi.Resource
public Input<bool>? ImageOptimizer { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/ServiceComputeProductEnablement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class ServiceComputeProductEnablement
/// </summary>
public readonly bool? Fanout;
/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
public readonly string? Name;
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/ServiceVclProductEnablement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public sealed class ServiceVclProductEnablement
/// </summary>
public readonly bool? ImageOptimizer;
/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
public readonly string? Name;
/// <summary>
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/ServiceCompute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public partial class ServiceCompute : global::Pulumi.CustomResource
public Output<string> Name { get; private set; } = null!;

/// <summary>
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute@Edge service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute@Edge](https://developer.fastly.com/learning/compute/)
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute](https://developer.fastly.com/learning/compute/)
/// </summary>
[Output("package")]
public Output<Outputs.ServiceComputePackage?> Package { get; private set; } = null!;
Expand Down Expand Up @@ -503,7 +503,7 @@ public InputList<Inputs.ServiceComputeLoggingSyslogArgs> LoggingSyslogs
public Input<string>? Name { get; set; }

/// <summary>
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute@Edge service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute@Edge](https://developer.fastly.com/learning/compute/)
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute](https://developer.fastly.com/learning/compute/)
/// </summary>
[Input("package")]
public Input<Inputs.ServiceComputePackageArgs>? Package { get; set; }
Expand Down Expand Up @@ -832,7 +832,7 @@ public InputList<Inputs.ServiceComputeLoggingSyslogGetArgs> LoggingSyslogs
public Input<string>? Name { get; set; }

/// <summary>
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute@Edge service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute@Edge](https://developer.fastly.com/learning/compute/)
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute](https://developer.fastly.com/learning/compute/)
/// </summary>
[Input("package")]
public Input<Inputs.ServiceComputePackageGetArgs>? Package { get; set; }
Expand Down
8 changes: 0 additions & 8 deletions sdk/dotnet/ServiceVcl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
namespace Pulumi.Fastly
{
/// <summary>
/// Provides a Fastly Service, representing the configuration for a website, app,
/// API, or anything else to be served through Fastly. A Service encompasses Domains
/// and Backends.
///
/// The Service resource requires a domain name that is correctly set up to direct
/// traffic to the Fastly service. See Fastly's guide on [Adding CNAME Records][fastly-cname]
/// on their documentation site for guidance.
///
/// ## Import
///
/// Fastly Services can be imported using their service ID, e.g.
Expand Down
4 changes: 2 additions & 2 deletions sdk/go/fastly/configstore.go

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

16 changes: 8 additions & 8 deletions sdk/go/fastly/pulumiTypes.go

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

Loading

0 comments on commit ce06bd5

Please sign in to comment.