{ "version": 4, "terraform_version": "1.8.0", "serial": 344, "lineage": "597e88c0-68c5-5ac0-6414-abad6a4c1a88", "outputs": { "db_endpoint": { "value": "db-2.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-3fa60598b34b4af5c", "ami": "ami-f5bfbf70", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7a63ff06"], "subnet_id": "subnet-58cb7538", "key_name": "prod-deploy-key" } } ] } ] }