{ "version": 4, "terraform_version": "1.5.9", "serial": 347, "lineage": "1d937f97-1d1d-c175-b743-6584fa8c67b4", "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-c3b23eeb6f4225573", "ami": "ami-befcf5f7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-92a39d59"], "subnet_id": "subnet-db3d8d44", "key_name": "prod-deploy-key" } } ] } ] }