{ "version": 4, "terraform_version": "1.5.8", "serial": 553, "lineage": "08092c80-68ea-1e92-ffb2-c4bddf641c1b", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-c5d3bf7231c8f2a2c", "ami": "ami-97ad8089", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f5a51e65"], "subnet_id": "subnet-e03207e2", "key_name": "prod-deploy-key" } } ] } ] }