{ "version": 4, "terraform_version": "1.8.6", "serial": 591, "lineage": "cc352654-8f65-50b8-9c6b-05e4f4347141", "outputs": { "db_endpoint": { "value": "db-3.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-0d39ba1022a3f167b", "ami": "ami-935fce40", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e455fc35"], "subnet_id": "subnet-05c9f51b", "key_name": "prod-deploy-key" } } ] } ] }