{ "version": 4, "terraform_version": "1.6.3", "serial": 501, "lineage": "6d0fb7cf-2604-6ed7-5381-8904c3accc20", "outputs": { "db_endpoint": { "value": "db-4.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-68bc9d6df4fe05841", "ami": "ami-0069b7da", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-973d6469"], "subnet_id": "subnet-08385d8f", "key_name": "prod-deploy-key" } } ] } ] }