{ "version": 4, "terraform_version": "1.7.0", "serial": 105, "lineage": "93dd971f-65cc-4666-4872-12a5a5fc5785", "outputs": { "db_endpoint": { "value": "db-3.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-e6414b8c84d8901e1", "ami": "ami-7aa1d721", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-efa7fdcd"], "subnet_id": "subnet-c3cf9b32", "key_name": "prod-deploy-key" } } ] } ] }