{ "version": 4, "terraform_version": "1.6.9", "serial": 151, "lineage": "0b2f2be7-b12e-8b8d-57ba-8503ee97027d", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-ada64204f8033aa59", "ami": "ami-193aafbb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a19d1db5"], "subnet_id": "subnet-13fd6b45", "key_name": "prod-deploy-key" } } ] } ] }