{ "version": 4, "terraform_version": "1.6.7", "serial": 168, "lineage": "fc98302b-ba15-e4d0-9948-8eccad19eeba", "outputs": { "db_endpoint": { "value": "db-3.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-6e09561e0779ff72b", "ami": "ami-c6f80495", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a0d80125"], "subnet_id": "subnet-584a719a", "key_name": "prod-deploy-key" } } ] } ] }