{ "version": 4, "terraform_version": "1.5.8", "serial": 381, "lineage": "17d6b746-2c81-0767-a782-68bbd5fd70ac", "outputs": { "db_endpoint": { "value": "db-3.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-07099d54a2604e03d", "ami": "ami-19c14369", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-43379a6d"], "subnet_id": "subnet-00fba735", "key_name": "prod-deploy-key" } } ] } ] }