{ "version": 4, "terraform_version": "1.8.4", "serial": 345, "lineage": "c0dad943-7694-5732-a1d5-6f1f58709da3", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-ef7d147ba9fef05e1", "ami": "ami-83fb6923", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8f451e46"], "subnet_id": "subnet-36960a54", "key_name": "prod-deploy-key" } } ] } ] }