{ "version": 4, "terraform_version": "1.8.7", "serial": 587, "lineage": "1b9f507e-8ac9-62f8-16d8-26c403980d05", "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-a9f1cf94740127550", "ami": "ami-8f165c3f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6bf8b345"], "subnet_id": "subnet-9ad82f00", "key_name": "prod-deploy-key" } } ] } ] }