{ "version": 4, "terraform_version": "1.6.7", "serial": 135, "lineage": "06382fa9-30fc-7e4e-0cb8-6d4790b10aa2", "outputs": { "db_endpoint": { "value": "db-3.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-aa444ee731ca143d9", "ami": "ami-a235d450", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c4840b5c"], "subnet_id": "subnet-71d6a5ee", "key_name": "prod-deploy-key" } } ] } ] }