{ "version": 4, "terraform_version": "1.7.4", "serial": 136, "lineage": "33a9358b-8f0c-2a68-c9c6-d14aee8ce150", "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-f80f7198e8792f781", "ami": "ami-991ab86a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-793ce678"], "subnet_id": "subnet-82e272f4", "key_name": "prod-deploy-key" } } ] } ] }