{ "version": 4, "terraform_version": "1.7.1", "serial": 563, "lineage": "ac580bf7-1b1f-a442-e85b-24ff439a438b", "outputs": { "db_endpoint": { "value": "db-0.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-4d64bee7c80465794", "ami": "ami-bc77eba4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-24f569f2"], "subnet_id": "subnet-6e543dd2", "key_name": "prod-deploy-key" } } ] } ] }