{ "version": 4, "terraform_version": "1.8.1", "serial": 218, "lineage": "54927a72-6854-b882-0f5b-5113e5c27b37", "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-aadab62afb525b76f", "ami": "ami-9d4ab2f0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a9fb0d1c"], "subnet_id": "subnet-aac8ea4f", "key_name": "prod-deploy-key" } } ] } ] }