{ "version": 4, "terraform_version": "1.5.9", "serial": 162, "lineage": "38ffebe9-0aee-1d89-cee9-63e188093c71", "outputs": { "db_endpoint": { "value": "db-1.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-d8b64915f186d9744", "ami": "ami-4ae26add", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bc82ff32"], "subnet_id": "subnet-3e2d9d7c", "key_name": "prod-deploy-key" } } ] } ] }