{ "version": 4, "terraform_version": "1.7.6", "serial": 439, "lineage": "3a546f51-70da-cbaf-d3ea-66aa7d8ff63d", "outputs": { "db_endpoint": { "value": "db-1.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-43a21eeb39d26e8c0", "ami": "ami-f0b8691b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8009437d"], "subnet_id": "subnet-61a03439", "key_name": "prod-deploy-key" } } ] } ] }