{ "version": 4, "terraform_version": "1.7.3", "serial": 305, "lineage": "ccf5bf0c-ddf9-3e33-80bb-0439bb84542a", "outputs": { "db_endpoint": { "value": "db-4.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-fc3ecc7d961d350b1", "ami": "ami-8c12c2a7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ffc8ae89"], "subnet_id": "subnet-ad21109a", "key_name": "prod-deploy-key" } } ] } ] }