{ "version": 4, "terraform_version": "1.6.7", "serial": 491, "lineage": "8ddfe6de-7418-45f8-7d9c-9a3483baf671", "outputs": { "db_endpoint": { "value": "db-4.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-20d7205a3e79de452", "ami": "ami-a22d297b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8a179132"], "subnet_id": "subnet-41c17de9", "key_name": "prod-deploy-key" } } ] } ] }