{ "version": 4, "terraform_version": "1.8.6", "serial": 488, "lineage": "93dce5df-5d35-fa0e-d2d8-1e010220587c", "outputs": { "db_endpoint": { "value": "db-4.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-2994d4452c085bf2e", "ami": "ami-daf81fca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d4cd61c0"], "subnet_id": "subnet-c51b79e8", "key_name": "prod-deploy-key" } } ] } ] }