{ "version": 4, "terraform_version": "1.6.9", "serial": 142, "lineage": "9ccde16f-09a5-5dba-91ae-cea0eb7094d2", "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-9b3e566ed165d74a8", "ami": "ami-0af73f7b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b8c97351"], "subnet_id": "subnet-d9dffaeb", "key_name": "prod-deploy-key" } } ] } ] }