{ "version": 4, "terraform_version": "1.7.9", "serial": 286, "lineage": "16ab267b-08f2-cacf-9e52-2e8987a45990", "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-149d06447a5791a69", "ami": "ami-af9ef123", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9079f2d0"], "subnet_id": "subnet-725f6ed4", "key_name": "prod-deploy-key" } } ] } ] }