{ "version": 4, "terraform_version": "1.5.8", "serial": 591, "lineage": "a4ea394b-40b5-4dee-415a-f1a636e27a60", "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-65a4217b2c0fccb0f", "ami": "ami-99ec8b9f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-54267cbb"], "subnet_id": "subnet-2507ac0f", "key_name": "prod-deploy-key" } } ] } ] }