{ "version": 4, "terraform_version": "1.7.9", "serial": 569, "lineage": "826ad796-8d8a-b0ef-4478-adc1b949e403", "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-6b92c5f747d60497a", "ami": "ami-c9c8ffdb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ace874c5"], "subnet_id": "subnet-2cbbf1ff", "key_name": "prod-deploy-key" } } ] } ] }