{ "version": 4, "terraform_version": "1.5.0", "serial": 120, "lineage": "8069dcb8-e779-8059-12e5-90772ce120f8", "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-a0f73b2e6183baee1", "ami": "ami-91daf4cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4250fe75"], "subnet_id": "subnet-9433325e", "key_name": "prod-deploy-key" } } ] } ] }