DZ
Size: a a a
DZ
IM
DZ
R
~ root_block_device {
delete_on_termination = true
iops = 10000
~ volume_id = "vol-3CB9DF61" -> (known after apply)
~ volume_size = 10 -> 11 # forces replacement
volume_type = "io1"
}
VT
R
РР
РР
IM
АО
IM
resource "aws_s3_bucket" "test_bucket" {
bucket = "${var.tag_bucket_name}"
acl = "private"
versioning {
enabled = true
}
tags = {
Name = "${var.tag_bucket_name}"
Environment = "${var.tag_bucket_environment}"
}
}
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158: Terraform has been successfully initialized!
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158:
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158: any changes that are required for your infrastructure. All Terraform commands
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158: should now work.
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158:
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158: If you ever set or change modules or backend configuration for Terraform,
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:158: commands will detect it and remind you to do so if necessary.
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 retry.go:72: terraform [get -update]
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:87: Running command terraform with args [get -update]
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 retry.go:72: terraform [apply -input=false -lock=false -auto-approve -var tag_bucket_name=terratest-aws-s3-example -var tag_bucket_environment=AutomatedTesting]
TestTerraformAwsS3Example 2019-07-18T15:21:55+04:00 command.go:87: Running command terraform with args [apply -input=false -lock=false -auto-approve -var tag_bucket_name=terratest-aws-s3-example -var tag_bucket_environment=AutomatedTesting]
TestTerraformAwsS3Example 2019-07-18T15:21:58+04:00 command.go:158:
TestTerraformAwsS3Example 2019-07-18T15:21:58+04:00 command.go:158: Error: insufficient items for attribute "rule"; must have at least 1
TestTerraformAwsS3Example 2019-07-18T15:21:58+04:00 command.go:158:
IM
IM
AK
IM
AK
IM
AK
IM
IM