{ "version": 4, "terraform_version": "1.6.9", "serial": 521, "lineage": "d243a26e-40c9-5593-c285-18ce58832786", "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-6216e052b3cb862f9", "ami": "ami-beb32e7b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9286fd72"], "subnet_id": "subnet-21d94e2c", "key_name": "prod-deploy-key" } } ] } ] }