{ "version": 4, "terraform_version": "1.7.8", "serial": 370, "lineage": "a8ce97bd-cde8-3930-576d-7d1fe1ec395a", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5c59e59df5e95a3a0", "ami": "ami-95c2c396", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-777731c6"], "subnet_id": "subnet-12e4fe96", "key_name": "prod-deploy-key" } } ] } ] }