{ "version": 4, "terraform_version": "1.6.1", "serial": 591, "lineage": "1631650c-4bf0-ebcc-e2ec-47caa89008d8", "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-69cc0f515abd1eab0", "ami": "ami-b830a878", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5315e79f"], "subnet_id": "subnet-9bafa922", "key_name": "prod-deploy-key" } } ] } ] }