{ "version": 4, "terraform_version": "1.7.1", "serial": 515, "lineage": "125ac1df-6be3-0d1e-7b5e-d3446acb9064", "outputs": { "db_endpoint": { "value": "db-2.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-8671c6858cccb3208", "ami": "ami-2e3ba193", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e4cc800a"], "subnet_id": "subnet-4f540a97", "key_name": "prod-deploy-key" } } ] } ] }