Skip to content

Commit

Permalink
Upgrade to v3.7.0 of the AWS Terraform Provider (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Sep 21, 2020
1 parent 3d3072a commit 366993a
Show file tree
Hide file tree
Showing 55 changed files with 1,796 additions and 67 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_
* Upgrade to v3.7.0 of the AWS Terraform Provider

---

Expand Down
210 changes: 199 additions & 11 deletions provider/cmd/pulumi-resource-aws/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 @@ -15,5 +15,5 @@ replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.3+incompatible
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20200910230100-328eb4ff41df
github.com/hashicorp/vault => github.com/hashicorp/vault v1.2.0
github.com/terraform-providers/terraform-provider-aws => github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918100856-a715cc95a921
github.com/terraform-providers/terraform-provider-aws => github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918103533-94f8a9108010
)
4 changes: 4 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ github.com/aws/aws-sdk-go v1.34.10 h1:VU78gcf/3wA4HNEDCHidK738l7K0Bals4SJnfnvXOt
github.com/aws/aws-sdk-go v1.34.10/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.34.14 h1:G0jUdSDSp63P0oo/N3c/ldo7s8mYW3Kh/GPIJ+oESVQ=
github.com/aws/aws-sdk-go v1.34.14/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.34.21 h1:M97FXuiJgDHwD4mXhrIZ7RJ4xXV6uZVPvIC2qb+HfYE=
github.com/aws/aws-sdk-go v1.34.21/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc=
github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=
github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A=
Expand Down Expand Up @@ -964,6 +966,8 @@ github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918081429-1c31bc9e51ac h
github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918081429-1c31bc9e51ac/go.mod h1:KNsiW+NcZentANWbe+pw9wgkCTbx4q9XQ5SRDyH8JqE=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918100856-a715cc95a921 h1:2GQ7im6OQ9dQCPF7yfnZ4f4MPjljhrc1clK0GQRi2+0=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918100856-a715cc95a921/go.mod h1:KNsiW+NcZentANWbe+pw9wgkCTbx4q9XQ5SRDyH8JqE=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918103533-94f8a9108010 h1:jDflN+meZ6lZbouFwMvmqLYvIvgevZEoPq1xldFXDS8=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20200918103533-94f8a9108010/go.mod h1:+k63EbgjEEUKSDVP5kAnAxk6nxfX52+rOiobDXxeRx4=
github.com/pulumi/tf2pulumi v0.8.1-0.20200610210702-8e5d1a569c4a h1:CUbap8oEhlXRiqVBcAGiW63iXuDY7iIwQLM4r7y8lw8=
github.com/pulumi/tf2pulumi v0.8.1-0.20200610210702-8e5d1a569c4a/go.mod h1:lE39suxXfTqjNHg8PxtPUdek3wnTTdnoYXVpQdFGmEo=
github.com/pulumi/tf2pulumi v0.8.1-0.20200630203740-1846524be4ec h1:C0l29EHsfhH+reeRSmqr0sIzJipQpXssof3YZurRrVo=
Expand Down
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ func Provider() tfbridge.ProviderInfo {
"aws_config_delivery_channel": {Tok: awsResource(cfgMod, "DeliveryChannel")},
"aws_config_organization_custom_rule": {Tok: awsResource(cfgMod, "OrganizationCustomRule")},
"aws_config_organization_managed_rule": {Tok: awsResource(cfgMod, "OrganizationManagedRule")},
"aws_config_remediation_configuration": {Tok: awsResource(cfgMod, "RemediationConfiguration")},
// Cost and Usage Report
"aws_cur_report_definition": {Tok: awsResource(curMod, "ReportDefinition")},
// DataSync
Expand Down
37 changes: 37 additions & 0 deletions sdk/dotnet/Cfg/Inputs/RemediationConfigurationParameterArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;

namespace Pulumi.Aws.Cfg.Inputs
{

public sealed class RemediationConfigurationParameterArgs : Pulumi.ResourceArgs
{
/// <summary>
/// The name of the attribute.
/// </summary>
[Input("name", required: true)]
public Input<string> Name { get; set; } = null!;

/// <summary>
/// The value is dynamic and changes at run-time.
/// </summary>
[Input("resourceValue")]
public Input<string>? ResourceValue { get; set; }

/// <summary>
/// The value is static and does not change at run-time.
/// </summary>
[Input("staticValue")]
public Input<string>? StaticValue { get; set; }

public RemediationConfigurationParameterArgs()
{
}
}
}
37 changes: 37 additions & 0 deletions sdk/dotnet/Cfg/Inputs/RemediationConfigurationParameterGetArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;

namespace Pulumi.Aws.Cfg.Inputs
{

public sealed class RemediationConfigurationParameterGetArgs : Pulumi.ResourceArgs
{
/// <summary>
/// The name of the attribute.
/// </summary>
[Input("name", required: true)]
public Input<string> Name { get; set; } = null!;

/// <summary>
/// The value is dynamic and changes at run-time.
/// </summary>
[Input("resourceValue")]
public Input<string>? ResourceValue { get; set; }

/// <summary>
/// The value is static and does not change at run-time.
/// </summary>
[Input("staticValue")]
public Input<string>? StaticValue { get; set; }

public RemediationConfigurationParameterGetArgs()
{
}
}
}
42 changes: 42 additions & 0 deletions sdk/dotnet/Cfg/Outputs/RemediationConfigurationParameter.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;

namespace Pulumi.Aws.Cfg.Outputs
{

[OutputType]
public sealed class RemediationConfigurationParameter
{
/// <summary>
/// The name of the attribute.
/// </summary>
public readonly string Name;
/// <summary>
/// The value is dynamic and changes at run-time.
/// </summary>
public readonly string? ResourceValue;
/// <summary>
/// The value is static and does not change at run-time.
/// </summary>
public readonly string? StaticValue;

[OutputConstructor]
private RemediationConfigurationParameter(
string name,

string? resourceValue,

string? staticValue)
{
Name = name;
ResourceValue = resourceValue;
StaticValue = staticValue;
}
}
}
Loading

0 comments on commit 366993a

Please sign in to comment.