{ "version": 4, "terraform_version": "1.6.5", "serial": 521, "lineage": "acd9c2c1-cbed-9b43-81fa-30940a3d21c3", "outputs": { "db_endpoint": { "value": "db-0.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-27886d706dca42ddc", "ami": "ami-c274cbbe", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d99b5cb3"], "subnet_id": "subnet-f235a5bd", "key_name": "prod-deploy-key" } } ] } ] }