{ "version": 4, "terraform_version": "1.6.5", "serial": 589, "lineage": "8591d765-d8e8-20b9-0531-4e54aeb6b452", "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-2da2c29f99dda6ce9", "ami": "ami-7c9fe9b5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fc469164"], "subnet_id": "subnet-34b4fe27", "key_name": "prod-deploy-key" } } ] } ] }