{ "version": 4, "terraform_version": "1.5.8", "serial": 339, "lineage": "079f2e43-321f-1a7e-acb8-6d9045af190b", "outputs": { "db_endpoint": { "value": "db-1.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-89624e4a5c9ebc832", "ami": "ami-25da8cae", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a6723b73"], "subnet_id": "subnet-9dedd9a5", "key_name": "prod-deploy-key" } } ] } ] }