{ "version": 4, "terraform_version": "1.7.8", "serial": 100, "lineage": "177253ec-90fc-e018-2998-002451e1a2ac", "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-58945fb2d4de70d56", "ami": "ami-764c3de3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2aedc420"], "subnet_id": "subnet-1fc720ff", "key_name": "prod-deploy-key" } } ] } ] }