{ "version": 4, "terraform_version": "1.8.4", "serial": 315, "lineage": "3d9a4dcd-e5be-5be7-8167-e152aad3d0c0", "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-8bb9fd7c37e3260ee", "ami": "ami-61e719b3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-55941491"], "subnet_id": "subnet-cba31ff5", "key_name": "prod-deploy-key" } } ] } ] }