{ "version": 4, "terraform_version": "1.7.5", "serial": 185, "lineage": "1a271e79-6bde-2d4c-5bc5-5bde41176c2a", "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-b5a3305964d1a238e", "ami": "ami-c23ff556", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-866aad68"], "subnet_id": "subnet-9d2c7d6d", "key_name": "prod-deploy-key" } } ] } ] }