{ "version": 4, "terraform_version": "1.6.8", "serial": 142, "lineage": "d9f7099b-2e4d-2e4f-3301-0790c8eae1f4", "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-a6f079933507cd003", "ami": "ami-6921681d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0c472a3c"], "subnet_id": "subnet-78a4efb3", "key_name": "prod-deploy-key" } } ] } ] }