{ "version": 4, "terraform_version": "1.5.3", "serial": 498, "lineage": "d5a62d38-bff8-8b66-d9a8-51ba5ce91461", "outputs": { "db_endpoint": { "value": "db-1.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-929cf5c7098bf3ed7", "ami": "ami-261bcd47", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-47e8070f"], "subnet_id": "subnet-8e234292", "key_name": "prod-deploy-key" } } ] } ] }