{ "version": 4, "terraform_version": "1.8.0", "serial": 325, "lineage": "4da820cf-f3d7-6971-f414-8a22bfdef57a", "outputs": { "db_endpoint": { "value": "db-2.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-0e177e8a1acef306b", "ami": "ami-33699986", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-83901571"], "subnet_id": "subnet-11b20e19", "key_name": "prod-deploy-key" } } ] } ] }