{ "version": 4, "terraform_version": "1.5.8", "serial": 358, "lineage": "f97a6b2f-aff5-1040-a98c-233665a8fea8", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-c8ddffea9935d052e", "ami": "ami-e467c4d9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-98b4569c"], "subnet_id": "subnet-e8c94a3d", "key_name": "prod-deploy-key" } } ] } ] }