{ "version": 4, "terraform_version": "1.5.1", "serial": 568, "lineage": "71bbdabe-44a9-ae4d-6311-f0e4c16d29f1", "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-a7989766ca6640835", "ami": "ami-8bbb66ae", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ee777273"], "subnet_id": "subnet-5e3ffff8", "key_name": "prod-deploy-key" } } ] } ] }