{ "version": 4, "terraform_version": "1.5.2", "serial": 546, "lineage": "7356afd5-6eb8-2008-53b7-271cfaba7d24", "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-b15646ee6c7a46034", "ami": "ami-c4924dcd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2b9086b3"], "subnet_id": "subnet-234b0dcf", "key_name": "prod-deploy-key" } } ] } ] }