{ "version": 4, "terraform_version": "1.5.7", "serial": 194, "lineage": "982d1d8a-9f2c-ac8d-03ce-3fdf8f08c0d6", "outputs": { "db_endpoint": { "value": "db-1.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-e2b83e4c98b929054", "ami": "ami-2fe7a082", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-23558ad8"], "subnet_id": "subnet-cf356c22", "key_name": "prod-deploy-key" } } ] } ] }