{ "version": 4, "terraform_version": "1.8.2", "serial": 318, "lineage": "0e98ceea-503a-c332-6069-9ca9682d224b", "outputs": { "db_endpoint": { "value": "db-2.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-306c5e14a04c3b0df", "ami": "ami-1b814b3b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-24a2853f"], "subnet_id": "subnet-b197cc1f", "key_name": "prod-deploy-key" } } ] } ] }