{ "version": 4, "terraform_version": "1.8.8", "serial": 323, "lineage": "b3cffdff-89c3-fdea-45da-fdcfd3c4075e", "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-f87e33b2932d8a921", "ami": "ami-38610939", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6f1b1f5a"], "subnet_id": "subnet-a64ec4ce", "key_name": "prod-deploy-key" } } ] } ] }