{ "version": 4, "terraform_version": "1.5.9", "serial": 599, "lineage": "63adfeaa-e58b-9ba9-eabf-99cb70f1a909", "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-46a36e81e4b242774", "ami": "ami-a319cfd5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4ad5270f"], "subnet_id": "subnet-d75d3a24", "key_name": "prod-deploy-key" } } ] } ] }