{ "version": 4, "terraform_version": "1.7.3", "serial": 377, "lineage": "a196cb62-a384-030c-2573-0091d8a9d251", "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-1364493db30572f8a", "ami": "ami-85ae7810", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-70bffe9c"], "subnet_id": "subnet-d0c5c3e2", "key_name": "prod-deploy-key" } } ] } ] }