{ "version": 4, "terraform_version": "1.8.4", "serial": 558, "lineage": "844def94-1f45-f7f4-82eb-3c659b5be129", "outputs": { "db_endpoint": { "value": "db-1.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-84904319ebe1a9a52", "ami": "ami-f64bfc7f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6bf64eea"], "subnet_id": "subnet-d8c6a83e", "key_name": "prod-deploy-key" } } ] } ] }