{ "version": 4, "terraform_version": "1.8.9", "serial": 253, "lineage": "88cc40c2-3ea3-9470-4f9f-1b48a7cdb7bf", "outputs": { "db_endpoint": { "value": "db-0.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-0bf5522bd51da7df3", "ami": "ami-5506294c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-887ce9f9"], "subnet_id": "subnet-598822f1", "key_name": "prod-deploy-key" } } ] } ] }