{ "version": 4, "terraform_version": "1.8.3", "serial": 165, "lineage": "2641f72b-205d-754f-496d-09e775e8aed5", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-90bd1fc6d89092744", "ami": "ami-a7d0fe9a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-123a8b32"], "subnet_id": "subnet-1a732867", "key_name": "prod-deploy-key" } } ] } ] }