UnsupportedOperation: The functionality you requested is not available in this region #4359
Labels
bug
Addresses a defect in current functionality.
partition/aws-cn
Pertains to the aws-cn partition.
partition/aws-us-gov
Pertains to the aws-us-gov partition.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Terraform Version
Terraform v0.11.6
provider.aws v1.16.0
Affected Resource(s)
aws_instance_ec2
Terraform Configuration Files
module "docdb" {
source = "../../../../../../tradeshift-puppet/terraform/modules/aws/instances-cn/riak"
environment = "${var.pull_request}"
stackname = "${var.stackname}"
role = "docdb"
owner = "${var.owner}"
decomission_date = "${var.decomission_date}"
instance_type = "t2.large"
instance_ami = "${module.regional-common.base_ami_1604}"
instance_key_name = "${module.regional-common.key_name}"
disable_api_termination = false
ebs_volume_size = "100"
ebs_delete_on_termination = "false"
ebs_optimized = false
vpc_security_groups = "${data.terraform_remote_state.security_groups.stack_it_run_access_sg_id}"
vpc_subnets = "${data.terraform_remote_state.vpc.private_subnets}"
postfix = ".${var.stackname}"
dns_region_name = "${module.regional-common.region_dns}"
disk_encryption_key = "dr69ZUGVm0Ep1Eo/xBoOTcefuKVx"
count = "1"
cert_name = "${module.environment-common.cert_name}"
}
Debug Output
Expected Behavior
can create aws instance in China AWS
Actual Behavior
I can create aws instance in China AWS with provider.aws v1.15.0
but I can't create aws instance with provider.aws v1.16.0
The text was updated successfully, but these errors were encountered: