{ "version": 4, "terraform_version": "1.6.5", "serial": 166, "lineage": "4d8be27d-9fee-287b-51fe-2585aac7bdd8", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-08a417e8770cdb321", "ami": "ami-590b833d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-388efedd"], "subnet_id": "subnet-66d24c93", "key_name": "prod-deploy-key" } } ] } ] }