{ "version": 4, "terraform_version": "1.5.1", "serial": 319, "lineage": "3e6a666d-ffcd-38e7-86ca-08a050b352d8", "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-5be47e71c0ba56a7e", "ami": "ami-4b309cf0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e7cdf2b"], "subnet_id": "subnet-d053526c", "key_name": "prod-deploy-key" } } ] } ] }