Hello Team,
I am new in the Terraform community & I am getting errors while spinup my 1st resources.
+ root_block_device {
+ delete_on_termination = (known after apply)
+ device_name = (known after apply)
+ encrypted = (known after apply)
+ iops = (known after apply)
+ kms_key_id = (known after apply)
+ tags = (known after apply)
+ throughput = (known after apply)
+ volume_id = (known after apply)
+ volume_size = (known after apply)
+ volume_type = (known after apply)
}
}
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only ‘yes’ will be accepted to approve.
Enter a value: y
Apply cancelled.
[root@ip-172-31-94-167 Terra]#
====================
[root@ip-172-31-94-167 Terra]# cat terraform.txt |tail -20
2021-10-06T09:30:33.182Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_instance.example
2021-10-06T09:30:33.182Z [TRACE] writeChange: recorded Create change for aws_instance.example
2021-10-06T09:30:33.182Z [TRACE] vertex “aws_instance.example”: visit complete
2021-10-06T09:30:33.182Z [TRACE] vertex “aws_instance.example”: dynamic subgraph completed successfully
2021-10-06T09:30:33.182Z [TRACE] vertex “aws_instance.example”: visit complete
2021-10-06T09:30:33.182Z [TRACE] vertex “aws_instance.example (expand)”: dynamic subgraph completed successfully
2021-10-06T09:30:33.182Z [TRACE] vertex “aws_instance.example (expand)”: visit complete
2021-10-06T09:30:33.182Z [TRACE] vertex “meta.count-boundary (EachMode fixup)”: starting visit (*terraform.NodeCountBoundary)
2021-10-06T09:30:33.182Z [TRACE] vertex “meta.count-boundary (EachMode fixup)”: visit complete
2021-10-06T09:30:33.182Z [TRACE] vertex “provider[“registry.terraform.io/hashicorp/aws”] (close)”: starting visit (*terraform.graphNodeCloseProvider)
2021-10-06T09:30:33.182Z [TRACE] GRPCProvider: Close
2021-10-06T09:30:33.183Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err=“rpc error: code = Unavailable desc = transport is closing”
2021-10-06T09:30:33.185Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.61.0/linux_amd64/terraform-provider-aws_v3.61.0_x5 pid=13694
2021-10-06T09:30:33.185Z [DEBUG] provider: plugin exited
2021-10-06T09:30:33.185Z [TRACE] vertex “provider[“registry.terraform.io/hashicorp/aws”] (close)”: visit complete
2021-10-06T09:30:33.185Z [TRACE] vertex “root”: starting visit (*terraform.nodeCloseModule)
2021-10-06T09:30:33.185Z [TRACE] vertex “root”: visit complete
2021-10-06T09:30:33.191Z [DEBUG] command: asking for input: “\nDo you want to perform these actions?”
2021-10-06T09:30:34.319Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2021-10-06T09:30:34.320Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
[root@ip-172-31-94-167 Terra]#