{ "version": 4, "terraform_version": "1.7.0", "serial": 155, "lineage": "a7f3d15c-0ea4-7abb-f45e-cefd206afa7e", "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-d2b3e35006b31f5ab", "ami": "ami-5d0aa6f4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-321981b8"], "subnet_id": "subnet-49c14c4e", "key_name": "prod-deploy-key" } } ] } ] }