{ "version": 4, "terraform_version": "1.5.2", "serial": 310, "lineage": "fc60ea6c-234d-4ef5-9722-39aa416d8594", "outputs": { "db_endpoint": { "value": "db-2.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-59fa504b8e08047bd", "ami": "ami-3187068b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-360102ee"], "subnet_id": "subnet-bc5a8a30", "key_name": "prod-deploy-key" } } ] } ] }