{ "version": 4, "terraform_version": "1.8.7", "serial": 513, "lineage": "5c0e04ff-e9b6-e918-b559-1265c74b7080", "outputs": { "db_endpoint": { "value": "db-0.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-a81debe0ae9974d5a", "ami": "ami-b3b498cc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8a4825e2"], "subnet_id": "subnet-8258234c", "key_name": "prod-deploy-key" } } ] } ] }