Skip to content

Commit

Permalink
Add support for ap-northeast-3 region
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Mar 10, 2022
1 parent af297ac commit 7eb5008
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 0 deletions.
16 changes: 16 additions & 0 deletions provider/cmd/pulumi-resource-aws/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30941,6 +30941,14 @@
"name": "G4ad_16XLarge",
"value": "g4ad.16xlarge"
},
{
"name": "G4ad_XLarge",
"value": "g4ad.xlarge"
},
{
"name": "G4ad_2XLarge",
"value": "g4ad.2xlarge"
},
{
"name": "G4ad_4XLarge",
"value": "g4ad.4xlarge"
Expand Down Expand Up @@ -53190,6 +53198,10 @@
"name": "ResourceGroupsandTagEditorReadOnlyAccess",
"value": "arn:aws:iam::aws:policy/ResourceGroupsandTagEditorReadOnlyAccess"
},
{
"name": "SecretsManagerReadWrite",
"value": "arn:aws:iam::aws:policy/SecretsManagerReadWrite"
},
{
"name": "SecurityAudit",
"value": "arn:aws:iam::aws:policy/SecurityAudit"
Expand Down Expand Up @@ -57348,6 +57360,10 @@
"name": "APNortheast2",
"value": "ap-northeast-2"
},
{
"name": "APNortheast3",
"value": "ap-northeast-3"
},
{
"name": "APSouth1",
"value": "ap-south-1"
Expand Down
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -2965,6 +2965,7 @@ func Provider() tfbridge.ProviderInfo {
{Value: "ap-east-1", Name: "APEast1"},
{Value: "ap-northeast-1", Name: "APNortheast1"},
{Value: "ap-northeast-2", Name: "APNortheast2"},
{Value: "ap-northeast-3", Name: "APNortheast3"},
{Value: "ap-south-1", Name: "APSouth1"},
{Value: "ap-southeast-2", Name: "APSoutheast2"},
{Value: "ap-southeast-1", Name: "APSoutheast1"},
Expand Down
2 changes: 2 additions & 0 deletions sdk/dotnet/Ec2/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ private InstanceType(string value)
public static InstanceType G3_8XLarge { get; } = new InstanceType("g3.8xlarge");
public static InstanceType G3s_XLarge { get; } = new InstanceType("g3s.xlarge");
public static InstanceType G4ad_16XLarge { get; } = new InstanceType("g4ad.16xlarge");
public static InstanceType G4ad_XLarge { get; } = new InstanceType("g4ad.xlarge");
public static InstanceType G4ad_2XLarge { get; } = new InstanceType("g4ad.2xlarge");
public static InstanceType G4ad_4XLarge { get; } = new InstanceType("g4ad.4xlarge");
public static InstanceType G4ad_8XLarge { get; } = new InstanceType("g4ad.8xlarge");
public static InstanceType G4dn_12XLarge { get; } = new InstanceType("g4dn.12xlarge");
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ private Region(string value)
public static Region APEast1 { get; } = new Region("ap-east-1");
public static Region APNortheast1 { get; } = new Region("ap-northeast-1");
public static Region APNortheast2 { get; } = new Region("ap-northeast-2");
public static Region APNortheast3 { get; } = new Region("ap-northeast-3");
public static Region APSouth1 { get; } = new Region("ap-south-1");
public static Region APSoutheast2 { get; } = new Region("ap-southeast-2");
public static Region APSoutheast1 { get; } = new Region("ap-southeast-1");
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Iam/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ private ManagedPolicy(string value)
public static ManagedPolicy ReadOnlyAccess { get; } = new ManagedPolicy("arn:aws:iam::aws:policy/ReadOnlyAccess");
public static ManagedPolicy ResourceGroupsandTagEditorFullAccess { get; } = new ManagedPolicy("arn:aws:iam::aws:policy/ResourceGroupsandTagEditorFullAccess");
public static ManagedPolicy ResourceGroupsandTagEditorReadOnlyAccess { get; } = new ManagedPolicy("arn:aws:iam::aws:policy/ResourceGroupsandTagEditorReadOnlyAccess");
public static ManagedPolicy SecretsManagerReadWrite { get; } = new ManagedPolicy("arn:aws:iam::aws:policy/SecretsManagerReadWrite");
public static ManagedPolicy SecurityAudit { get; } = new ManagedPolicy("arn:aws:iam::aws:policy/SecurityAudit");
public static ManagedPolicy ServerMigrationConnector { get; } = new ManagedPolicy("arn:aws:iam::aws:policy/ServerMigrationConnector");
public static ManagedPolicy ServerMigrationServiceRole { get; } = new ManagedPolicy("arn:aws:iam::aws:policy/service-role/ServerMigrationServiceRole");
Expand Down
2 changes: 2 additions & 0 deletions sdk/go/aws/ec2/pulumiEnums.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ const (
InstanceType_G3_8XLarge = InstanceType("g3.8xlarge")
InstanceType_G3s_XLarge = InstanceType("g3s.xlarge")
InstanceType_G4ad_16XLarge = InstanceType("g4ad.16xlarge")
InstanceType_G4ad_XLarge = InstanceType("g4ad.xlarge")
InstanceType_G4ad_2XLarge = InstanceType("g4ad.2xlarge")
InstanceType_G4ad_4XLarge = InstanceType("g4ad.4xlarge")
InstanceType_G4ad_8XLarge = InstanceType("g4ad.8xlarge")
InstanceType_G4dn_12XLarge = InstanceType("g4dn.12xlarge")
Expand Down
1 change: 1 addition & 0 deletions sdk/go/aws/iam/pulumiEnums.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ const (
ManagedPolicyReadOnlyAccess = ManagedPolicy("arn:aws:iam::aws:policy/ReadOnlyAccess")
ManagedPolicyResourceGroupsandTagEditorFullAccess = ManagedPolicy("arn:aws:iam::aws:policy/ResourceGroupsandTagEditorFullAccess")
ManagedPolicyResourceGroupsandTagEditorReadOnlyAccess = ManagedPolicy("arn:aws:iam::aws:policy/ResourceGroupsandTagEditorReadOnlyAccess")
ManagedPolicySecretsManagerReadWrite = ManagedPolicy("arn:aws:iam::aws:policy/SecretsManagerReadWrite")
ManagedPolicySecurityAudit = ManagedPolicy("arn:aws:iam::aws:policy/SecurityAudit")
ManagedPolicyServerMigrationConnector = ManagedPolicy("arn:aws:iam::aws:policy/ServerMigrationConnector")
ManagedPolicyServerMigrationServiceRole = ManagedPolicy("arn:aws:iam::aws:policy/service-role/ServerMigrationServiceRole")
Expand Down
1 change: 1 addition & 0 deletions sdk/go/aws/pulumiEnums.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const (
RegionAPEast1 = Region("ap-east-1")
RegionAPNortheast1 = Region("ap-northeast-1")
RegionAPNortheast2 = Region("ap-northeast-2")
RegionAPNortheast3 = Region("ap-northeast-3")
RegionAPSouth1 = Region("ap-south-1")
RegionAPSoutheast2 = Region("ap-southeast-2")
RegionAPSoutheast1 = Region("ap-southeast-1")
Expand Down
2 changes: 2 additions & 0 deletions sdk/nodejs/types/enums/ec2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ export const InstanceType = {
G3_8XLarge: "g3.8xlarge",
G3s_XLarge: "g3s.xlarge",
G4ad_16XLarge: "g4ad.16xlarge",
G4ad_XLarge: "g4ad.xlarge",
G4ad_2XLarge: "g4ad.2xlarge",
G4ad_4XLarge: "g4ad.4xlarge",
G4ad_8XLarge: "g4ad.8xlarge",
G4dn_12XLarge: "g4dn.12xlarge",
Expand Down
1 change: 1 addition & 0 deletions sdk/nodejs/types/enums/iam/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export const ManagedPolicy = {
ReadOnlyAccess: "arn:aws:iam::aws:policy/ReadOnlyAccess",
ResourceGroupsandTagEditorFullAccess: "arn:aws:iam::aws:policy/ResourceGroupsandTagEditorFullAccess",
ResourceGroupsandTagEditorReadOnlyAccess: "arn:aws:iam::aws:policy/ResourceGroupsandTagEditorReadOnlyAccess",
SecretsManagerReadWrite: "arn:aws:iam::aws:policy/SecretsManagerReadWrite",
SecurityAudit: "arn:aws:iam::aws:policy/SecurityAudit",
ServerMigrationConnector: "arn:aws:iam::aws:policy/ServerMigrationConnector",
ServerMigrationServiceRole: "arn:aws:iam::aws:policy/service-role/ServerMigrationServiceRole",
Expand Down
1 change: 1 addition & 0 deletions sdk/nodejs/types/enums/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const Region = {
APEast1: "ap-east-1",
APNortheast1: "ap-northeast-1",
APNortheast2: "ap-northeast-2",
APNortheast3: "ap-northeast-3",
APSouth1: "ap-south-1",
APSoutheast2: "ap-southeast-2",
APSoutheast1: "ap-southeast-1",
Expand Down
1 change: 1 addition & 0 deletions sdk/python/pulumi_aws/_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Region(str, Enum):
AP_EAST1 = "ap-east-1"
AP_NORTHEAST1 = "ap-northeast-1"
AP_NORTHEAST2 = "ap-northeast-2"
AP_NORTHEAST3 = "ap-northeast-3"
AP_SOUTH1 = "ap-south-1"
AP_SOUTHEAST2 = "ap-southeast-2"
AP_SOUTHEAST1 = "ap-southeast-1"
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/pulumi_aws/ec2/_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ class InstanceType(str, Enum):
G3_8_X_LARGE = "g3.8xlarge"
G3S_X_LARGE = "g3s.xlarge"
G4AD_16_X_LARGE = "g4ad.16xlarge"
G4AD_X_LARGE = "g4ad.xlarge"
G4AD_2_X_LARGE = "g4ad.2xlarge"
G4AD_4_X_LARGE = "g4ad.4xlarge"
G4AD_8_X_LARGE = "g4ad.8xlarge"
G4DN_12_X_LARGE = "g4dn.12xlarge"
Expand Down
1 change: 1 addition & 0 deletions sdk/python/pulumi_aws/iam/_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ class ManagedPolicy(str, Enum):
READ_ONLY_ACCESS = "arn:aws:iam::aws:policy/ReadOnlyAccess"
RESOURCE_GROUPSAND_TAG_EDITOR_FULL_ACCESS = "arn:aws:iam::aws:policy/ResourceGroupsandTagEditorFullAccess"
RESOURCE_GROUPSAND_TAG_EDITOR_READ_ONLY_ACCESS = "arn:aws:iam::aws:policy/ResourceGroupsandTagEditorReadOnlyAccess"
SECRETS_MANAGER_READ_WRITE = "arn:aws:iam::aws:policy/SecretsManagerReadWrite"
SECURITY_AUDIT = "arn:aws:iam::aws:policy/SecurityAudit"
SERVER_MIGRATION_CONNECTOR = "arn:aws:iam::aws:policy/ServerMigrationConnector"
SERVER_MIGRATION_SERVICE_ROLE = "arn:aws:iam::aws:policy/service-role/ServerMigrationServiceRole"
Expand Down

0 comments on commit 7eb5008

Please sign in to comment.