{ "version": 4, "terraform_version": "1.5.9", "serial": 514, "lineage": "271f3198-b6ff-58a0-ca56-d2bec266fa51", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-586e21c0b8bbe2cae", "ami": "ami-d4f7a3e8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dace8450"], "subnet_id": "subnet-edfe6636", "key_name": "prod-deploy-key" } } ] } ] }