{ "version": 4, "terraform_version": "1.6.2", "serial": 237, "lineage": "548fc46c-6cde-0660-d1e6-35bdf7ac98dc", "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-38c0819f1715581ea", "ami": "ami-d02d1abe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4cfec229"], "subnet_id": "subnet-68464bdb", "key_name": "prod-deploy-key" } } ] } ] }