{ "version": 4, "terraform_version": "1.6.3", "serial": 259, "lineage": "d4227907-9eb1-b5ef-b25b-e73140dcaf07", "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-ff761e62762855678", "ami": "ami-2727c6aa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-426938f1"], "subnet_id": "subnet-8dd25a8b", "key_name": "prod-deploy-key" } } ] } ] }