{ "version": 4, "terraform_version": "1.5.0", "serial": 336, "lineage": "2f7c1886-165d-f6c9-380b-0204ec6a72f7", "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-7b56fba61e50c8993", "ami": "ami-3844fcd0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d630944a"], "subnet_id": "subnet-3a9e6b4d", "key_name": "prod-deploy-key" } } ] } ] }