{ "version": 4, "terraform_version": "1.8.5", "serial": 478, "lineage": "2fcb8798-e746-acc0-aff8-e4a5e0575292", "outputs": { "db_endpoint": { "value": "db-0.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-1e015eede0a50010d", "ami": "ami-a0d15fc3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6446d361"], "subnet_id": "subnet-caa21877", "key_name": "prod-deploy-key" } } ] } ] }