{ "version": 4, "terraform_version": "1.5.4", "serial": 149, "lineage": "8b89bcea-6a6d-5a70-e64c-98c4fc7a45af", "outputs": { "db_endpoint": { "value": "db-0.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-635e9a351a2ea422f", "ami": "ami-9adc5b42", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b40e5c8c"], "subnet_id": "subnet-82eae0f1", "key_name": "prod-deploy-key" } } ] } ] }