{ "version": 4, "terraform_version": "1.7.0", "serial": 410, "lineage": "fc4cfda4-ecf8-b30e-bbc7-4260dd8a963a", "outputs": { "db_endpoint": { "value": "db-2.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-e724a0874f32f55fe", "ami": "ami-90c7bfc4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d7e10085"], "subnet_id": "subnet-e37cb510", "key_name": "prod-deploy-key" } } ] } ] }