{ "version": 4, "terraform_version": "1.5.2", "serial": 390, "lineage": "4779c1b3-0111-7aeb-ee4a-004c2510a561", "outputs": { "db_endpoint": { "value": "db-3.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-d24121e1d15fa67ce", "ami": "ami-24b5a321", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f0dcb26"], "subnet_id": "subnet-1314af98", "key_name": "prod-deploy-key" } } ] } ] }