{ "version": 4, "terraform_version": "1.6.7", "serial": 223, "lineage": "54e305a1-19d5-5894-1dae-389f1739384c", "outputs": { "db_endpoint": { "value": "db-4.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-dc776ec5bb12cea22", "ami": "ami-4c5cbec3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d8a5be19"], "subnet_id": "subnet-38387f1f", "key_name": "prod-deploy-key" } } ] } ] }