{ "version": 4, "terraform_version": "1.8.0", "serial": 362, "lineage": "8310830d-0772-ced9-8557-cd7d5de22b8e", "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-aec2e0f37cc426f93", "ami": "ami-206e5f5c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-39231d10"], "subnet_id": "subnet-add27fe5", "key_name": "prod-deploy-key" } } ] } ] }