{ "version": 4, "terraform_version": "1.6.1", "serial": 370, "lineage": "2f9ec02b-8167-fdf0-a6dd-cfe3e4ad4f52", "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-720c97410ffaa9b46", "ami": "ami-81578ea2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b0ada88f"], "subnet_id": "subnet-673f2699", "key_name": "prod-deploy-key" } } ] } ] }