{ "version": 4, "terraform_version": "1.6.6", "serial": 550, "lineage": "7f53ab38-e358-0e24-0694-2cbd9fc3d4b0", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-46f39420b76661866", "ami": "ami-13cc00ae", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-105a2234"], "subnet_id": "subnet-07d4615f", "key_name": "prod-deploy-key" } } ] } ] }