{ "version": 4, "terraform_version": "1.5.6", "serial": 397, "lineage": "2e1c268f-e868-5172-3f84-822158f8d313", "outputs": { "db_endpoint": { "value": "db-4.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-5ad6b52285074debb", "ami": "ami-4b8fee4b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-42844aca"], "subnet_id": "subnet-f32d4557", "key_name": "prod-deploy-key" } } ] } ] }