{ "version": 4, "terraform_version": "1.5.9", "serial": 469, "lineage": "a7f41028-2693-100d-c6e4-330902788623", "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-322c9f48eabb40be0", "ami": "ami-15b8f6c9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a66068a1"], "subnet_id": "subnet-64694706", "key_name": "prod-deploy-key" } } ] } ] }