{ "version": 4, "terraform_version": "1.7.6", "serial": 537, "lineage": "e5f54c00-4b89-98df-2f09-5c36385ec35d", "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-27605363188ed97bd", "ami": "ami-da527a2e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4b3c8672"], "subnet_id": "subnet-36192638", "key_name": "prod-deploy-key" } } ] } ] }