{ "version": 4, "terraform_version": "1.7.8", "serial": 332, "lineage": "5eae61b1-d938-4f69-d938-2a07cf8f2c29", "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-b9fab297d661739ff", "ami": "ami-cbb61216", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1ae0521c"], "subnet_id": "subnet-6d00c72f", "key_name": "prod-deploy-key" } } ] } ] }