{ "version": 4, "terraform_version": "1.6.9", "serial": 596, "lineage": "84cea176-d7b4-c4cc-8ff6-b77d8dba7655", "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-e974620dc0b63f711", "ami": "ami-8ff7cad2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-771d33e1"], "subnet_id": "subnet-3eae487f", "key_name": "prod-deploy-key" } } ] } ] }